Completed
Pull Request — develop (#788)
by Tom
04:25
created
build/phar/phar-timestamp.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/N98/Magento/Command/System/Cron/AbstractCronCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.