Completed
Branch middleware (ad6fe5)
by Julián
02:25 queued 19s
created
src/Handler/Redirect.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/Handler/Render.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/Scheduled/AbstractScheduled.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.
tests/Janitor/Handler/RedirectTest.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.
tests/Janitor/Handler/RenderTest.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.
tests/Janitor/Watcher/Scheduled/AbstractScheduledTest.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.