Failed Conditions
Pull Request — develop (#4)
by Carlo
03:06
created
magefix/src/Magefix/Fixtures/RegistryIterator.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @param $match
41
+     * @param string $match
42 42
      *
43 43
      * @return \Mage_Catalog_Model_Category|\Mage_Catalog_Model_Product|\Mage_Customer_Model_Customer|\Mage_Sales_Model_Order|null
44 44
      *
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      * @param $hook
67 67
      * @param $key
68 68
      *
69
-     * @return array
69
+     * @return string[]
70 70
      *
71 71
      */
72 72
     public function isEntryMatch($hook, $key)
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
 
84 84
     /**
85 85
      * @param Mage_Core_Model_Abstract $model
86
-     * @param                          $fixtureType
86
+     * @param                          string $fixtureType
87 87
      * @param                          $entry
88 88
      * @param                          $key
89 89
      */
Please login to merge, or discard this patch.