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

Commit d91c56e

Browse files
committed
Fixed phpdoc in CyclicAliasException
1 parent 27898b0 commit d91c56e

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
@@ -81,7 +81,7 @@ private static function printReferencesMap(array $aliases)
8181
}
8282

8383
/**
84-
* @param string[][] $detectedCycles
84+
* @param bool[][] $detectedCycles
8585
*
8686
* @return string
8787
*/
@@ -91,7 +91,7 @@ private static function printCycles(array $detectedCycles)
9191
}
9292

9393
/**
94-
* @param string[] $detectedCycle
94+
* @param bool[] $detectedCycle
9595
*
9696
* @return string
9797
*/

0 commit comments

Comments
 (0)