8000 [DependencyInjection] Fix phpdoc for $configurator in Autoconfigure a… · symfony/symfony@4d68e58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d68e58

Browse files
committed
[DependencyInjection] Fix phpdoc for $configurator in Autoconfigure attribute
1 parent 33f70b7 commit 4d68e58

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
class Autoconfigure
2121
{
2222
/**
23-
* @param array<array-key, array<array-key, mixed>>|string[]|null $tags The tags to add to the service
24-
* @param array<array<mixed>>|null $calls The calls to be made when instantiating the service
25-
* @param array<string, mixed>|null $bind The bindings to declare for the service
26-
* @param bool|string|null $lazy Whether the service is lazy-loaded
27-
* @param bool|null $public Whether to declare the service as public
28-
* @param bool|null $shared Whether to declare the service as shared
29-
* @param bool|null $autowire Whether to declare the service as autowired
30-
* @param array<string, mixed>|null $properties The properties to define when creating the service
31-
* @param array<class-string, string>|string|null $configurator A PHP function, reference or an array containing a class/Reference and a method to call after the service is fully initialized
32-
* @param string|null $constructor The public static method to use to instantiate the service
23+
* @param array<array-key, array<array-key, mixed>>|string[]|null $tags The tags to add to the service
24+
* @param array<array<mixed>>|null $calls The calls to be made when instantiating the service
25+
* @param array<string, mixed>|null $bind The bindings to declare for the service
26+
* @param bool|string|null $lazy Whether the service is lazy-loaded
27+
* @param bool|null $public Whether to declare the service as public
28+
* @param bool|null $shared Whether to declare the service as shared
29+
* @param bool|null $autowire Whether to declare the service as autowired
30+
* @param array<string, mixed>|null $properties The properties to define when creating the service
31+
* @param array{non-empty-string|class-string, non-empty-string}|non-empty-string|null $configurator A PHP function, reference or an array containing a class/Reference and a method to call after the service is fully initialized
32+
* @param string|null $constructor The public static method to use to instantiate the service
3333
*/
3434
public function __construct(
3535
public ?array $tags = null,

0 commit comments

Comments
 (0)
0