Passed
Push — master ( a27967...484e36 )
by Jakub
10:49
created
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 declare(strict_types=1);
3 3
 
4 4
 require __DIR__ . "/../vendor/autoload.php";
5
-Testbench\Bootstrap::setup(__DIR__ . '/_temp', function (\Nette\Bootstrap\Configurator $configurator): void {
5
+Testbench\Bootstrap::setup(__DIR__ . '/_temp', function(\Nette\Bootstrap\Configurator $configurator): void {
6 6
   $configurator->addStaticParameters([
7 7
     "appDir" => __DIR__,
8 8
     "tempDir" => __DIR__ . "/_temp",
Please login to merge, or discard this patch.