Completed
Push — compiler ( 2cb518...ff11d9 )
by Akihito
09:19 queued 06:31
created
src/Compiler/FakeRun.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     public function __invoke(): void
48 48
     {
49
-        $appBootstrap = $this->appMeta->name . '\Bootstrap';
49
+        $appBootstrap = $this->appMeta->name.'\Bootstrap';
50 50
         $bootstrap = class_exists($appBootstrap) ? $appBootstrap : Bootstrap::class;
51 51
         $_SERVER['HTTP_IF_NONE_MATCH'] = '0';
52 52
         $_SERVER['REQUEST_URI'] = '/';
Please login to merge, or discard this patch.