Test Failed
Push — develop ( 41fb7d...afcd85 )
by nguereza
03:02 queued 18s
created
src/App/Application.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -63,8 +63,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.