Test Failed
Push — develop ( 13062d...dd4b8b )
by nguereza
04:03
created
src/App/Application.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -68,8 +68,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.