@@ -29,9 +29,9 @@  | 
                                                    ||
| 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;  | 
                                                        
@@ -1,6 +1,6 @@  | 
                                                    ||
| 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]>  | 
                                                        
@@ -1,6 +1,6 @@  | 
                                                    ||
| 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]>  |