Passed
Push — master ( 9ab622...fdd895 )
by Tobias
02:03
created
src/WrkLst/DocxMustache/DocxMustache.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 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)
63
+        if ($this->verbose)
64 64
             Log::error($msg);
65 65
     }
66 66
 
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
 
150 150
     }
151 151
 
152
-    protected function AddContentType($imageCt="jpeg")
152
+    protected function AddContentType($imageCt = "jpeg")
153 153
     {
154 154
         //get content type file from archive
155 155
         $this->zipper->make($this->storagePath($this->local_path.$this->template_file_name))
Please login to merge, or discard this patch.