Failed Conditions
Pull Request — develop (#4)
by Carlo
06:51 queued 03:11
created
magefix/src/Magefix/Fixtures/RegistryIterator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
      * @param $hook
63 63
      * @param $key
64 64
      *
65
-     * @return array
65
+     * @return string[]
66 66
      *
67 67
      */
68 68
     public function isEntryMatch($hook, $key)
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     }
121 121
 
122 122
     /**
123
-     * @param array $entryMatch
123
+     * @param string[] $entryMatch
124 124
      * @param       $entry
125 125
      * @param       $key
126 126
      *
Please login to merge, or discard this patch.