@@ -63,8 +63,7 @@ discard block |
||
| 63 | 63 | * @class Application |
| 64 | 64 | * @package Platine\Framework\App |
| 65 | 65 | */ |
| 66 | -class Application extends Container |
|
| 67 | -{ |
|
| 66 | +class Application extends Container { |
|
| 68 | 67 | |
| 69 | 68 | /** |
| 70 | 69 | * The application version |
@@ -129,8 +128,7 @@ discard block |
||
| 129 | 128 | * Create new instance |
| 130 | 129 | * @param string $basePath |
| 131 | 130 | */ |
| 132 | - public function __construct(string $basePath = '') |
|
| 133 | - { |
|
| 131 | + public function __construct(string $basePath = '') { |
|
| 134 | 132 | parent::__construct(); |
| 135 | 133 | $this->basePath = $basePath; |
| 136 | 134 | $this->loadCoreServiceProviders(); |
@@ -161,8 +159,7 @@ discard block |
||
| 161 | 159 | * @param string $env |
| 162 | 160 | * @return $this |
| 163 | 161 | */ |
| 164 | - public function setEnvironment(string $env) |
|
| 165 | - { |
|
| 162 | + public function setEnvironment(string $env) { |
|
| 166 | 163 | $this->env = $env; |
| 167 | 164 | |
| 168 | 165 | return $this; |