Completed
Push — master ( 48abc9...c1fe63 )
by Igor
02:27
created
src/Bundle/Common/Bag/ServerBag.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Common/Bag/HeaderBag.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Common/Bag/CookieBag.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Common/Bag/EnvBag.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Data/TDataInit.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Console/Controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
             $objects = scandir($dir);
162 162
             foreach ($objects as $object) {
163 163
                 if ('.' != $object && '..' != $object) {
164
-                    if ('dir' == filetype($dir . '/' .$object)) {
164
+                    if ('dir' == filetype($dir . '/' . $object)) {
165 165
                         $this->removeFromDir($dir . '/' . $object, true);
166 166
                     } else {
167 167
                         unlink($dir . '/' . $object);
Please login to merge, or discard this patch.
src/Bundle/Database/MySQL.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Core/BaseRoute.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Common/File/Exception/AccessDeniedException.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.