Passed
Push — develop ( 2b301a...ddf000 )
by Kevin
10:40 queued 01:33
created
lib/View/ViewConfiguration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function __construct(
32 32
         ServerRequestInterface $request,
33 33
         MessageInterface $response,
34
-        $viewDirectory = __DIR__ . '/views' ,
34
+        $viewDirectory = __DIR__ . '/views',
35 35
         $layoutFile = 'layout.phtml',
36 36
         $viewFile = 'view.phtml',
37 37
         $provideWrapperHtml = true,
Please login to merge, or discard this patch.