We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 714113c + 3b9116e commit 5736e13Copy full SHA for 5736e13
service_container/tags.rst
@@ -244,7 +244,7 @@ call to support ``ReflectionMethod``::
244
// update the union type to support multiple types of reflection
245
// you can also use the "\Reflector" interface
246
\ReflectionClass|\ReflectionMethod $reflector): void {
247
- if ($reflection instanceof \ReflectionMethod) {
+ if ($reflector instanceof \ReflectionMethod) {
248
// ...
249
}
250
0 commit comments