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

Commit 8d21b82

Browse files
author
fhein
committed
CS fixes, as usual.
1 parent 8bffd46 commit 8d21b82

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/ServiceManager.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ public function setAlias($alias, $target)
420420
{
421421
$this->validate($alias);
422422
$this->doSetAlias($alias, $target);
423-
424423
}
425424

426425
/**
@@ -963,8 +962,8 @@ private function doAddAbstractFactory($abstractFactory)
963962
'to an implementation of %s',
964963
$abstractFactory,
965964
AbstractFactoryInterface::class
966-
)
967-
);
965+
)
966+
);
968967
}
969968

970969
// Otherwise, we have an invalid type.
@@ -974,7 +973,7 @@ private function doAddAbstractFactory($abstractFactory)
974973
'but "%s" was received',
975974
AbstractFactoryInterface::class,
976975
(is_object($abstractFactory) ? get_class($abstractFactory) : gettype($abstractFactory))
977-
)
978-
);
976+
)
977+
);
979978
}
980979
}

0 commit comments

Comments
 (0)