Failed Conditions
Pull Request — master (#33)
by Sven
05:32
created
src/DataEnricher/Processor/Mustache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         $template = $node->getInstruction($this);
29 29
         
30 30
         if (!is_string($template) && !is_array($template) && !is_object($template)) {
31
-            return trigger_error("Unable to parse given template of type: " . gettype($template), E_USER_WARNING);
31
+            return trigger_error("Unable to parse given template of type: ".gettype($template), E_USER_WARNING);
32 32
         }
33 33
         
34 34
         $result = $this->getParsedResult($template);
Please login to merge, or discard this patch.