@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * update phar file timestamp to the last commit in the repository for binary reproduceable build |
|
4 | - * of phar-files. |
|
5 | - * |
|
6 | - * @author Tom Klingenberg <https://github.com/ktomk> |
|
7 | - */ |
|
3 | + * update phar file timestamp to the last commit in the repository for binary reproduceable build |
|
4 | + * of phar-files. |
|
5 | + * |
|
6 | + * @author Tom Klingenberg <https://github.com/ktomk> |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use Seld\PharUtils\Timestamps; |
10 | 10 |
@@ -54,7 +54,7 @@ |
||
54 | 54 | /** |
55 | 55 | * Get job configuration from XML and database. Expression priority is given to the database. |
56 | 56 | * |
57 | - * @return Mage_Core_Model_Config_Element[] |
|
57 | + * @return AppendIterator |
|
58 | 58 | */ |
59 | 59 | private function getJobConfigElements() |
60 | 60 | { |