@@ -58,8 +58,7 @@ discard block |
||
| 58 | 58 | * @class Container |
| 59 | 59 | * @package Platine\Container |
| 60 | 60 | */ |
| 61 | -class Container implements ContainerInterface |
|
| 62 | -{ |
|
| 61 | +class Container implements ContainerInterface { |
|
| 63 | 62 | /** |
| 64 | 63 | * The container global instance |
| 65 | 64 | * @var Container|null |
@@ -93,8 +92,7 @@ discard block |
||
| 93 | 92 | /** |
| 94 | 93 | * Create new container instance |
| 95 | 94 | */ |
| 96 | - public function __construct() |
|
| 97 | - { |
|
| 95 | + public function __construct() { |
|
| 98 | 96 | $this->resolver = new ConstructorResolver(); |
| 99 | 97 | $this->storage = new StorageCollection(); |
| 100 | 98 | |