Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 31e0083

Browse files
committed
PHPCS
1 parent fd3e83c commit 31e0083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ private function createLazyServiceDelegatorFactory()
746746
*/
747747
private function mergeDelegators(array $config): array
748748
{
749-
foreach($config as $key => $delegators) {
749+
foreach ($config as $key => $delegators) {
750750
if (! isset($this->delegators[$key])) {
751751
$this->delegators[$key] = $delegators;
752752
continue;

0 commit comments

Comments
 (0)