Skip to content

Commit ebb27d2

Browse files
committed
[DependencyInjection] Fix phpdoc for $calls
1 parent d1e5c97 commit ebb27d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Attribute/Autoconfigure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Autoconfigure
2121
{
2222
/**
2323
* @param array<array-key, array<array-key, mixed>>|string[]|null $tags The tags to add to the service
24-
* @param array<string, array<array-key, mixed>>|null $calls The calls to be made when instantiating the service
24+
* @param array<array<mixed>>|null $calls The calls to be made when instantiating the service
2525
* @param array<string, mixed>|null $bind The bindings to declare for the service
2626
* @param bool|string|null $lazy Whether the service is lazy-loaded
2727
* @param bool|null $public Whether to declare the service as public

0 commit comments

Comments
 (0)