Failed Conditions
Pull Request — master (#578)
by Andreas
07:40
created
lib/Doctrine/DBAL/Migrations/Finder/RecursiveRegexFinder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 
46 46
     /**
47 47
      * Transform the recursiveIterator result array of array into the expected array of migration file
48
-     * @param iterable $iteratorFilesMatch
48
+     * @param \RegexIterator $iteratorFilesMatch
49 49
      * @return array
50 50
      */
51 51
     private function getMatches($iteratorFilesMatch)
Please login to merge, or discard this patch.