Skip to content

Commit 31c3d72

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Fix CS Fix CS
2 parents dc27deb + 81e2dff commit 31c3d72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

DependencyInjection/CompilerPass/RegisterMappingsPass.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,7 @@ private function getManagerName(ContainerBuilder $container): string
218218
}
219219
}
220220

221-
throw new InvalidArgumentException(sprintf(
222-
'Could not find the manager name parameter in the container. Tried the following parameter names: "%s"',
223-
implode('", "', $this->managerParameters)
224-
));
221+
throw new InvalidArgumentException(sprintf('Could not find the manager name parameter in the container. Tried the following parameter names: "%s"', implode('", "', $this->managerParameters)));
225222
}
226223

227224
/**

0 commit comments

Comments
 (0)