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

Commit

Permalink
Fixed phpdoc in CyclicAliasException
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvargiu committed Oct 19, 2018
1 parent 27898b0 commit d91c56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Exception/CyclicAliasException.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private static function printReferencesMap(array $aliases)
}

/**
* @param string[][] $detectedCycles
* @param bool[][] $detectedCycles
*
* @return string
*/
Expand All @@ -91,7 +91,7 @@ private static function printCycles(array $detectedCycles)
}

/**
* @param string[] $detectedCycle
* @param bool[] $detectedCycle
*
* @return string
*/
Expand Down

0 comments on commit d91c56e

Please sign in to comment.