Passed
Push — improve_dropdown ( 46615e )
by
unknown
41:07 queued 31:32
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.