@@ -38,7 +38,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 | */ |