Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and StyleCIBot committed Nov 29, 2021
1 parent 41f276c commit 9e2785f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Container.php
Expand Up @@ -409,7 +409,7 @@ private function addProviders(array $providers): void
foreach ($extensions as $providerExtensions) {
foreach ($providerExtensions as $id => $extension) {
if ($id === ContainerInterface::class) {
throw new InvalidConfigException("ContainerInterface extensions are not allowed.");
throw new InvalidConfigException('ContainerInterface extensions are not allowed.');
}

if (!$this->definitions->has($id)) {
Expand Down

0 comments on commit 9e2785f

Please sign in to comment.