@@ -46,7 +46,7 @@ |
||
| 46 | 46 | $target = $target->getResult(); |
| 47 | 47 | $this->applyNodeResults($target); |
| 48 | 48 | } elseif (is_array($target) || is_object($target)) { |
| 49 | - foreach ($target as &$value) { |
|
| 49 | + foreach ($target as &$value) { |
|
| 50 | 50 | $this->applyNodeResults($value); |
| 51 | 51 | } |
| 52 | 52 | } |
@@ -39,7 +39,6 @@ discard block |
||
| 39 | 39 | * Parse a template by mustache if possible and return the result |
| 40 | 40 | * |
| 41 | 41 | * @param mixed $template |
| 42 | - |
|
| 43 | 42 | * @return mixed $result |
| 44 | 43 | */ |
| 45 | 44 | protected function getParsedResult($template) |
@@ -59,7 +58,6 @@ discard block |
||
| 59 | 58 | * Parse a object with mustache |
| 60 | 59 | * |
| 61 | 60 | * @param object $template |
| 62 | - |
|
| 63 | 61 | * @return object $result |
| 64 | 62 | */ |
| 65 | 63 | protected function parseObject($template) |