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.
registerAttributeForAutoconfiguration
1 parent 0fb2ba4 commit dfa089cCopy full SHA for dfa089c
service_container/tags.rst
@@ -250,7 +250,7 @@ call to support ``ReflectionMethod``::
250
// update the union type to support multiple types of reflection
251
// you can also use the "\Reflector" interface
252
\ReflectionClass|\ReflectionMethod $reflector): void {
253
- if ($reflection instanceof \ReflectionMethod) {
+ if ($reflector instanceof \ReflectionMethod) {
254
// ...
255
}
256
0 commit comments