We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0498b commit 293136eCopy full SHA for 293136e
src/DependencyInjection/AutowiredService.php
@@ -17,7 +17,6 @@ final class AutowiredService
17
{
18
19
/**
20
- * @param string|null $name
21
* @param true|list<class-string>|class-string $as
22
*/
23
public function __construct(public ?string $name = null, public bool|array|string $as = true)
0 commit comments