Skip to content

Commit ef589c5

Browse files
authored
Update README (#10)
1 parent 7e7fb1f commit ef589c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ContainerDecoratorInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ interface ContainerDecoratorInterface
1717
* @template T of object
1818
*
1919
* @param class-string<T> $id
20-
* @param callable(mixed ...$parameters): T $service
2120
*/
2221
public function decorate(string $id, callable $service, int $priority = 0): void;
2322
}

0 commit comments

Comments
 (0)