@@ -34,7 +34,7 @@ |
||
34 | 34 | $characters = $state->getCharacters(); |
35 | 35 | $keyName = ''; |
36 | 36 | |
37 | - while($this->canParseKey($characters)) { |
|
37 | + while ($this->canParseKey($characters)) { |
|
38 | 38 | $keyName .= array_shift($characters); |
39 | 39 | } |
40 | 40 |