Completed
Push — master ( 1bb2d3...da9ca3 )
by Kamil
66:17 queued 37:10
created
app/AppKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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 14
 use Sylius\Bundle\CoreBundle\Application\Kernel;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Application/Kernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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 14
 namespace Sylius\Bundle\CoreBundle\Application;
15 15
 
Please login to merge, or discard this patch.
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.