Completed
Push — master ( ba068f...084be9 )
by Korotkov
03:09 queued 01:20
created
src/Container.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,9 +29,9 @@
 block discarded – undo
29 29
  * @package Rudra
30 30
  */
31 31
 class Container implements ContainerInterface, ContainerGlobalInterface,
32
-                           ContainerCookieInterface, ContainerSessionInterface,
33
-                           ContainerReflectionInterface, ContainerConfigInterface,
34
-                           ContainerResponseInterface
32
+                            ContainerCookieInterface, ContainerSessionInterface,
33
+                            ContainerReflectionInterface, ContainerConfigInterface,
34
+                            ContainerResponseInterface
35 35
 {
36 36
 
37 37
     use ContainerGlobalsTrait;
Please login to merge, or discard this patch.
src/Traits/ContainerResponseTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * @author    : Korotkov Danila <[email protected]>
Please login to merge, or discard this patch.
src/Interfaces/ContainerResponseInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * @author    : Korotkov Danila <[email protected]>
Please login to merge, or discard this patch.