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

Skip to content

Commit ce03562

Browse files
jfranclinnicolas-grekas
authored andcommitted
[DependencyInjection] Fix phpdoc for $configurator in Autoconfigure attribute
1 parent 33f70b7 commit ce03562

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
@@ -28,7 +28,7 @@ class Autoconfigure
2828
* @param bool|null $shared Whether to declare the service as shared
2929
* @param bool|null $autowire Whether to declare the service as autowired
3030
* @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
31+
* @param array{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
3232
* @param string|null $constructor The public static method to use to instantiate the service
3333
*/
3434
public function __construct(

0 commit comments

Comments
 (0)
0