Passed
Push — master ( 8e41ed...87b6ec )
by Tobias
02:24
created
src/WrkLst/DocxMustache/DocxMustache.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,9 @@
 block discarded – undo
60 60
     {
61 61
         //introduce logging method here to keep track of process
62 62
         // can be overwritten in extended class to log with custom preocess logger
63
-        if ($this->verbose)
64
-            Log::error($msg);
63
+        if ($this->verbose) {
64
+                    Log::error($msg);
65
+        }
65 66
     }
66 67
 
67 68
     public function cleanUpTmpDirs()
Please login to merge, or discard this patch.