@@ -68,8 +68,7 @@ discard block |
||
| 68 | 68 | * @class Application |
| 69 | 69 | * @package Platine\Framework\App |
| 70 | 70 | */ |
| 71 | -class Application extends Container |
|
| 72 | -{ |
|
| 71 | +class Application extends Container { |
|
| 73 | 72 | /** |
| 74 | 73 | * The application version |
| 75 | 74 | */ |
@@ -164,8 +163,7 @@ discard block |
||
| 164 | 163 | * Create new instance |
| 165 | 164 | * @param string $basePath |
| 166 | 165 | */ |
| 167 | - public function __construct(string $basePath = '') |
|
| 168 | - { |
|
| 166 | + public function __construct(string $basePath = '') { |
|
| 169 | 167 | parent::__construct(); |
| 170 | 168 | $this->reference = Str::randomString('hexdec'); |
| 171 | 169 | |