Skip to content

Commit b8c640a

Browse files
CS fix
1 parent 1451513 commit b8c640a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Definition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function getFactory()
135135
*
136136
* @throws InvalidArgumentException in case the decorated service id and the new decorated service id are equals
137137
*/
138-
public function setDecoratedService(?string $id, ?string $renamedId = null, int $priority = 0, int $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE)
138+
public function setDecoratedService(?string $id, string $renamedId = null, int $priority = 0, int $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE)
139139
{
140140
if ($renamedId && $id === $renamedId) {
141141
throw new InvalidArgumentException(sprintf('The decorated service inner name for "%s" must be different than the service name itself.', $id));

0 commit comments

Comments
 (0)