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 4f00746 + 5736e13 commit b1745c3Copy full SHA for b1745c3
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