@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | $pattern[] = $variable; |
| 60 | 60 | |
| 61 | 61 | $variableValue = $this->getVariableFromMaps($variableName, $transientVars, $ps); |
| 62 | - $replacement[] = (string)$variableValue; |
|
| 62 | + $replacement[] = (string) $variableValue; |
|
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | $resultVariable = str_replace($pattern, $replacement, $s); |
@@ -118,7 +118,7 @@ discard block |
||
| 118 | 118 | return null; |
| 119 | 119 | } |
| 120 | 120 | |
| 121 | - $property = (string)$property; |
|
| 121 | + $property = (string) $property; |
|
| 122 | 122 | |
| 123 | 123 | $st = explode('.', $property); |
| 124 | 124 | |