Completed
Push — master ( 4e37f7...4d58ce )
by Ben
05:31
created
src/RouteCollection/RouteCollectionMatcher.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
- * Dash
4
- *
5
- * @link      http://github.com/DASPRiD/Dash For the canonical source repository
6
- * @copyright 2013-2015 Ben Scholzen 'DASPRiD'
7
- * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
- */
3
+     * Dash
4
+     *
5
+     * @link      http://github.com/DASPRiD/Dash For the canonical source repository
6
+     * @copyright 2013-2015 Ben Scholzen 'DASPRiD'
7
+     * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
+     */
9 9
 
10 10
 namespace Dash\RouteCollection;
11 11
 
Please login to merge, or discard this patch.
src/Router.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
- * Dash
4
- *
5
- * @link      http://github.com/DASPRiD/Dash For the canonical source repository
6
- * @copyright 2013-2015 Ben Scholzen 'DASPRiD'
7
- * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
- */
3
+     * Dash
4
+     *
5
+     * @link      http://github.com/DASPRiD/Dash For the canonical source repository
6
+     * @copyright 2013-2015 Ben Scholzen 'DASPRiD'
7
+     * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
+     */
9 9
 
10 10
 namespace Dash;
11 11
 
Please login to merge, or discard this patch.
src/RouterFactory.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
- * Dash
4
- *
5
- * @link      http://github.com/DASPRiD/Dash For the canonical source repository
6
- * @copyright 2013-2015 Ben Scholzen 'DASPRiD'
7
- * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
- */
3
+     * Dash
4
+     *
5
+     * @link      http://github.com/DASPRiD/Dash For the canonical source repository
6
+     * @copyright 2013-2015 Ben Scholzen 'DASPRiD'
7
+     * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
+     */
9 9
 
10 10
 namespace Dash;
11 11
 
Please login to merge, or discard this patch.
src/RouterInterface.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
- * Dash
4
- *
5
- * @link      http://github.com/DASPRiD/Dash For the canonical source repository
6
- * @copyright 2013-2015 Ben Scholzen 'DASPRiD'
7
- * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
- */
3
+     * Dash
4
+     *
5
+     * @link      http://github.com/DASPRiD/Dash For the canonical source repository
6
+     * @copyright 2013-2015 Ben Scholzen 'DASPRiD'
7
+     * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
+     */
9 9
 
10 10
 namespace Dash;
11 11
 
Please login to merge, or discard this patch.