Completed
Branch middleware (ad6fe5)
by Julián
02:25 queued 19s
created
src/Janitor.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Watcher/Scheduled/Cron.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Excluder/IP.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Excluder/Path.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/ScheduledWatcher.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Watcher.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Watcher/Environment.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Watcher/File.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Watcher/Manual.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.