Completed
Push — add-branch-compatibility-docs ( 6f2802...f6c36f )
by Antonio
09:54 queued 05:50
created
tests/Kernel/TestKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      */
49 49
     public function getLogDir(): string
50 50
     {
51
-        return __DIR__ . DIRECTORY_SEPARATOR . 'var' . DIRECTORY_SEPARATOR . 'logs';
51
+        return __DIR__.DIRECTORY_SEPARATOR.'var'.DIRECTORY_SEPARATOR.'logs';
52 52
     }
53 53
 
54 54
     protected function build(ContainerBuilder $container)
Please login to merge, or discard this patch.