@@ -29,7 +29,7 @@ |
||
29 | 29 | */ |
30 | 30 | public function __invoke(string $context, array $globals, array $server): int |
31 | 31 | { |
32 | - $tmpDir = dirname(__DIR__, 2) . '/tests/tmp'; |
|
32 | + $tmpDir = dirname(__DIR__, 2).'/tests/tmp'; |
|
33 | 33 | $app = Injector::getInstance('BEAR\Package\Compiler', $context, $tmpDir)->getInstance(AppInterface::class); |
34 | 34 | assert($app instanceof App); |
35 | 35 | if ($app->httpCache->isNotModified($server)) { |