@@ -55,7 +55,7 @@ |
||
| 55 | 55 | /** |
| 56 | 56 | * Get job configuration from XML and database. Expression priority is given to the database. |
| 57 | 57 | * |
| 58 | - * @return Traversable|Mage_Core_Model_Config_Element[] |
|
| 58 | + * @return AppendIterator |
|
| 59 | 59 | */ |
| 60 | 60 | private function getJobConfigElements() |
| 61 | 61 | { |
@@ -6,9 +6,18 @@ |
||
| 6 | 6 | { |
| 7 | 7 | /** |
| 8 | 8 | * @param \Mage_Eav_Model_Entity_Attribute $attribute |
| 9 | + * @return void |
|
| 9 | 10 | */ |
| 10 | 11 | public function __construct(\Mage_Eav_Model_Entity_Attribute $attribute); |
| 12 | + |
|
| 13 | + /** |
|
| 14 | + * @return void |
|
| 15 | + */ |
|
| 11 | 16 | public function setReadConnection($connection); |
| 12 | 17 | public function getWarnings(); |
| 18 | + |
|
| 19 | + /** |
|
| 20 | + * @return string |
|
| 21 | + */ |
|
| 13 | 22 | public function generateCode(); |
| 14 | 23 | } |
@@ -14,6 +14,6 @@ |
||
| 14 | 14 | * @param \Mage_Core_Model_Store $store |
| 15 | 15 | * |
| 16 | 16 | * @return |
| 17 | - */ |
|
| 17 | + void |
|
| 18 | 18 | public function check(ResultCollection $results, \Mage_Core_Model_Store $store); |
| 19 | 19 | } |
@@ -9,6 +9,7 @@ |
||
| 9 | 9 | /** |
| 10 | 10 | * @param OutputInterface $output |
| 11 | 11 | * @param array $rows headers are expected to be the keys of the first row. |
| 12 | + * @return void |
|
| 12 | 13 | */ |
| 13 | 14 | public function render(OutputInterface $output, array $rows); |
| 14 | 15 | } |
@@ -9,6 +9,7 @@ |
||
| 9 | 9 | /** |
| 10 | 10 | * @param OutputInterface $output |
| 11 | 11 | * @param array $rows headers are expected to be the keys of the first row. |
| 12 | + * @return void |
|
| 12 | 13 | */ |
| 13 | 14 | public function render(OutputInterface $output, array $rows); |
| 14 | 15 | } |
@@ -9,6 +9,7 @@ |
||
| 9 | 9 | /** |
| 10 | 10 | * @param OutputInterface $output |
| 11 | 11 | * @param array $rows headers are expected to be the keys of the first row. |
| 12 | + * @return void |
|
| 12 | 13 | */ |
| 13 | 14 | public function render(OutputInterface $output, array $rows); |
| 14 | 15 | } |
@@ -9,6 +9,7 @@ |
||
| 9 | 9 | /** |
| 10 | 10 | * @param OutputInterface $output |
| 11 | 11 | * @param array $rows headers are expected to be the keys of the first row. |
| 12 | + * @return void |
|
| 12 | 13 | */ |
| 13 | 14 | public function render(OutputInterface $output, array $rows); |
| 14 | 15 | } |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | /** |
| 50 | 50 | * @param string $name |
| 51 | 51 | * @param string $internalType |
| 52 | - * @param mixed $subject |
|
| 52 | + * @param string $subject |
|
| 53 | 53 | */ |
| 54 | 54 | public static function argumentType($name, $internalType, $subject) |
| 55 | 55 | { |