Completed
Push — master ( 59dba5...df4975 )
by Shane
02:43
created
src/PhpHocon/Token/Parser/KeyParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.