@@ -175,8 +175,8 @@ |
||
| 175 | 175 | { |
| 176 | 176 | $variables = $this->getVariables(); |
| 177 | 177 | |
| 178 | - array_walk_recursive($variables, static function (&$item) { |
|
| 179 | - if(gettype($item) === 'string') { |
|
| 178 | + array_walk_recursive($variables, static function(&$item) { |
|
| 179 | + if (gettype($item) === 'string') { |
|
| 180 | 180 | $item = htmlspecialchars($item); |
| 181 | 181 | } |
| 182 | 182 | }); |