Completed
Push — 1.1 ( b6a73d...2ce672 )
by Kamil
37:50 queued 13s
created
app/TestAppKernel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14
-require_once __DIR__.'/AppKernel.php';
14
+require_once __DIR__ . '/AppKernel.php';
15 15
 
16 16
 use ProxyManager\Proxy\VirtualProxyInterface;
17 17
 use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer;
Please login to merge, or discard this patch.