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 7e7fb1f commit ef589c5Copy full SHA for ef589c5
src/ContainerDecoratorInterface.php
@@ -17,7 +17,6 @@ interface ContainerDecoratorInterface
17
* @template T of object
18
*
19
* @param class-string<T> $id
20
- * @param callable(mixed ...$parameters): T $service
21
*/
22
public function decorate(string $id, callable $service, int $priority = 0): void;
23
}
0 commit comments