Passed
Pull Request — master (#32)
by
unknown
01:51
created
src/WrkLst/DocxMustache/DocxMustache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -480,7 +480,7 @@
 block discarded – undo
480 480
             //wait until process is ready
481 481
         }
482 482
         // executes after the command finishes
483
-        if (! $process->isSuccessful()) {
483
+        if (!$process->isSuccessful()) {
484 484
             throw new \Symfony\Component\Process\Exception\ProcessFailedException($process);
485 485
         } else {
486 486
             $path_parts = pathinfo($this->StoragePath($this->local_path.$this->template_file_name));
Please login to merge, or discard this patch.