Completed
Push — master ( 9763f8...278b18 )
by Westin
16:38 queued 06:42
created
src/Bridge/MiddlewareSetupRunner.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace WShafer\SwooleExpressive\Bridge;
5 5
 
@@ -20,9 +20,9 @@  discard block
 block discarded – undo
20 20
     /** @var ContainerInterface */
21 21
     protected $container;
22 22
 
23
-    protected $pipelineFile =  __DIR__ . '/../../../../../config/pipeline.php';
23
+    protected $pipelineFile = __DIR__.'/../../../../../config/pipeline.php';
24 24
 
25
-    protected $routeFile = __DIR__ . '/../../../../../config/routes.php';
25
+    protected $routeFile = __DIR__.'/../../../../../config/routes.php';
26 26
 
27 27
     public function __construct(
28 28
         Application $application,
Please login to merge, or discard this patch.