@@ -137,7 +137,7 @@ |
||
| 137 | 137 | |
| 138 | 138 | usort( |
| 139 | 139 | $scheduledTimes, |
| 140 | - function ($time1, $time2) { |
|
| 140 | + function($time1, $time2) { |
|
| 141 | 141 | if ($time1['start'] == $time2['start']) { |
| 142 | 142 | return 0; |
| 143 | 143 | } |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Janitor\Watcher\Scheduled; |
| 11 | 11 | |
@@ -119,7 +119,7 @@ |
||
| 119 | 119 | $interval = $this->interval; |
| 120 | 120 | |
| 121 | 121 | return array_map( |
| 122 | - function ($start) use ($interval) { |
|
| 122 | + function($start) use ($interval) { |
|
| 123 | 123 | $end = clone $start; |
| 124 | 124 | $end->add($interval); |
| 125 | 125 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Janitor\Watcher\Scheduled; |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Janitor\Watcher\Scheduled; |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Janitor\Watcher\Scheduled; |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Janitor\Watcher\Scheduled; |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Janitor\Watcher\Scheduled; |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Janitor\Watcher\Scheduled; |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Janitor\Watcher\Scheduled; |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Effortless maintenance management (http://juliangut.com/janitor) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/janitor for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/janitor/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Janitor\Watcher\Scheduled; |
| 11 | 11 | |