You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Attribute/Autoconfigure.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ class Autoconfigure
28
28
* @param bool|null $shared Whether to declare the service as shared
29
29
* @param bool|null $autowire Whether to declare the service as autowired
30
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
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
32
32
* @param string|null $constructor The public static method to use to instantiate the service
0 commit comments