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

Commit 1f890ac

Browse files
committed
Fixed phpdoc in CyclicAliasException
1 parent df820d0 commit 1f890ac

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
@@ -108,7 +108,7 @@ private static function printReferencesMap(array $aliases)
108108
}
109109

110110
/**
111-
* @param string[][] $detectedCycles
111+
* @param bool[][] $detectedCycles
112112
* @return string
113113
*/
114114
private static function printCycles(array $detectedCycles)
@@ -117,7 +117,7 @@ private static function printCycles(array $detectedCycles)
117117
}
118118

119119
/**
120-
* @param string[] $detectedCycle
120+
* @param bool[] $detectedCycle
121121
* @return string
122122
*/
123123
private static function printCycle(array $detectedCycle)

0 commit comments

Comments
 (0)