Completed
Push — compiler ( c86005...d6bb7f )
by Akihito
01:36
created
src/Compiler/Bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      */
27 27
     public function __invoke(string $appName, string $context, array $globals, array $server): int
28 28
     {
29
-        $tmpDir = dirname(__DIR__, 2) . '/tests/tmp';
29
+        $tmpDir = dirname(__DIR__, 2).'/tests/tmp';
30 30
         $app = Injector::getInstance($appName, $context, $tmpDir)->getInstance(AppInterface::class);
31 31
         $app->httpCache->isNotModified($server);
32 32
 
Please login to merge, or discard this patch.