Skip to content

Commit b1745c3

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Fix parameter name in `registerAttributeForAutoconfiguration` example
2 parents 4f00746 + 5736e13 commit b1745c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ call to support ``ReflectionMethod``::
244244
// update the union type to support multiple types of reflection
245245
// you can also use the "\Reflector" interface
246246
\ReflectionClass|\ReflectionMethod $reflector): void {
247-
if ($reflection instanceof \ReflectionMethod) {
247+
if ($reflector instanceof \ReflectionMethod) {
248248
// ...
249249
}
250250
}

0 commit comments

Comments
 (0)