| @@ -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 | |
| @@ -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 |      { |