Passed
Push — master ( 412a3e...79c2d6 )
by Caen
03:46
created
packages/testing/src/CreatesApplication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function createApplication(): Application
16 16
     {
17
-        $app = require file_exists(__DIR__.'/../../../app/bootstrap.php') ?  __DIR__.'/../../../app/bootstrap.php' : getcwd().'/app/bootstrap.php';
17
+        $app = require file_exists(__DIR__.'/../../../app/bootstrap.php') ? __DIR__.'/../../../app/bootstrap.php' : getcwd().'/app/bootstrap.php';
18 18
 
19 19
         $app->make(Kernel::class)->bootstrap();
20 20
 
Please login to merge, or discard this patch.