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.