Failed Conditions
Pull Request — develop (#6)
by Carlo
02:55
created
magefix/src/Magefix/Fixtures/RegistryEntryMatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @param string $hook
19 19
      * @param string $key
20
-     * @return array
20
+     * @return string[]
21 21
      */
22 22
     public static function match($hook, $key)
23 23
     {
Please login to merge, or discard this patch.
magefix/src/Magefix/Fixtures/RegistryIterator.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @param                          $model
60
+     * @param                          null|Mage_Core_Model_Abstract $model
61 61
      * @param string                   $fixtureType
62 62
      * @param                          $entry
63 63
      * @param                          $key
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
     }
100 100
 
101 101
     /**
102
-     * @param array $entryMatch
102
+     * @param string[] $entryMatch
103 103
      * @param       $entry
104 104
      * @param       $key
105 105
      *
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @param $mageModel
120
+     * @param null|Mage_Core_Model_Abstract $mageModel
121 121
      *
122 122
      * @return bool
123 123
      *
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
     /**
131 131
      * @param array $entryMatch
132 132
      *
133
-     * @return array
133
+     * @return null|Mage_Core_Model_Abstract
134 134
      * @throws \Exception
135 135
      *
136 136
      */
Please login to merge, or discard this patch.