Completed
Push — master ( c86638...b1744c )
by Matze
03:42
created
src/DependencyInjection/CompilerPass/Log.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         foreach ($logLevels as $file => $level) {
36 36
             $definition->addMethodCall('pushHandler', [
37 37
                 new Definition(StreamHandler::class, [
38
-                    $baseDir . $file,
38
+                    $baseDir.$file,
39 39
                     $level
40 40
                 ])
41 41
             ]);
Please login to merge, or discard this patch.