@@ -60,7 +60,7 @@ discard block |
||
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 |
||
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)) |