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

Commit aee6fd8

Browse files
committed
Minor CS tweak
Moved whitespace into preceding line.
1 parent 11d516c commit aee6fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Exception/CyclicAliasException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ function ($alias) use ($aliases) {
3333
}
3434

3535
return new self(sprintf(
36-
"Cycles were detected within the provided aliases:\n\n%s"
37-
. "\n\nThe cycle was detected in the following alias map:\n\n%s",
36+
"Cycles were detected within the provided aliases:\n\n%s\n\n"
37+
. "The cycle was detected in the following alias map:\n\n%s",
3838
self::printCycles(self::deDuplicateDetectedCycles($detectedCycles)),
3939
self::printReferencesMap($aliases)
4040
));

0 commit comments

Comments
 (0)