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

Commit 25ac27f

Browse files
author
fhein
committed
CS tweaks.
1 parent 40740cd commit 25ac27f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ServiceManager.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ private function validateServiceNames(array $config)
859859

860860
/**
861861
* Assuming that the alias name is valid (see above) resolve/add it.
862-
*
862+
*
863863
* This is done differently from bulk mapping aliases for performance reasons, as the
864864
* algorithms for mapping a single item efficiently are different from those of mapping
865865
* many.
@@ -898,8 +898,8 @@ private function mapAliasToTarget($alias, $target)
898898
*
899899
* This algorithm is fast for mass updates through configure().
900900
* It is not appropriate if just a single alias is added.
901-
*
902-
* @see mapAliasToTarget above
901+
*
902+
* @see mapAliasToTarget above
903903
*
904904
*/
905905
private function mapAliasesToTargets()

0 commit comments

Comments
 (0)