@@ -64,8 +64,7 @@ |
||
| 64 | 64 | * @package Platine\Framework\Demo\Action\User |
| 65 | 65 | * @template T |
| 66 | 66 | */ |
| 67 | -class BatchAction implements RequestHandlerInterface |
|
| 68 | -{ |
|
| 67 | +class BatchAction implements RequestHandlerInterface { |
|
| 69 | 68 | |
| 70 | 69 | /** |
| 71 | 70 | * Logger instance |
@@ -64,8 +64,7 @@ discard block |
||
| 64 | 64 | * @package Platine\Framework\App |
| 65 | 65 | * @template T |
| 66 | 66 | */ |
| 67 | -class Application extends Container |
|
| 68 | -{ |
|
| 67 | +class Application extends Container { |
|
| 69 | 68 | |
| 70 | 69 | /** |
| 71 | 70 | * The application version |
@@ -130,8 +129,7 @@ discard block |
||
| 130 | 129 | * Create new instance |
| 131 | 130 | * @param string $basePath |
| 132 | 131 | */ |
| 133 | - public function __construct(string $basePath = '') |
|
| 134 | - { |
|
| 132 | + public function __construct(string $basePath = '') { |
|
| 135 | 133 | parent::__construct(); |
| 136 | 134 | $this->basePath = $basePath; |
| 137 | 135 | $this->loadCoreServiceProviders(); |
@@ -162,8 +160,7 @@ discard block |
||
| 162 | 160 | * @param string $env |
| 163 | 161 | * @return $this |
| 164 | 162 | */ |
| 165 | - public function setEnvironment(string $env) |
|
| 166 | - { |
|
| 163 | + public function setEnvironment(string $env) { |
|
| 167 | 164 | $this->env = $env; |
| 168 | 165 | |
| 169 | 166 | return $this; |
@@ -55,8 +55,7 @@ |
||
| 55 | 55 | * @class CurrentUrlTag |
| 56 | 56 | * @package Platine\Framework\Template\Tag |
| 57 | 57 | */ |
| 58 | -class CurrentUrlTag extends AbstractTag |
|
| 59 | -{ |
|
| 58 | +class CurrentUrlTag extends AbstractTag { |
|
| 60 | 59 | |
| 61 | 60 | /** |
| 62 | 61 | * {@inheritdoc} |