@@ -39,7 +39,7 @@ |
||
39 | 39 | public static function mapLocatorLabelToRenderVariable($locatorTerm) |
40 | 40 | { |
41 | 41 | if ($locatorTerm instanceof Locator) { |
42 | - $locatorTerm = (string)$locatorTerm; |
|
42 | + $locatorTerm = (string) $locatorTerm; |
|
43 | 43 | } |
44 | 44 | return |
45 | 45 | array_key_exists($locatorTerm, self::LABEL_TO_VARIABLE_MAP) ? |