Passed
Push — master ( 2c3ef1...e0ed2d )
by Svaťa
02:26
created
example/app.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 use Simara\Cart\Application\CartUseCase;
4 4
 use Simara\Cart\Infrastructure\Symfony\ContainerBuilderFactory;
5 5
 
6
-require_once __DIR__ . '/../vendor/autoload.php';
6
+require_once __DIR__.'/../vendor/autoload.php';
7 7
 
8 8
 $containerBuilder = ContainerBuilderFactory::createInMemory(
9
-    pricesCsvPath: __DIR__ . '/prices.csv'
9
+    pricesCsvPath: __DIR__.'/prices.csv'
10 10
 );
11 11
 
12 12
 $useCase = $containerBuilder->get(CartUseCase::class);
Please login to merge, or discard this patch.