Passed
Push — master ( 3b6a73...d590ba )
by stéphane
02:55
created
sources/nodes/NodeKey.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     public function setIdentifier(string $keyString)
34 34
     {
35 35
         if ($keyString === '') {
36
-           throw new \ParseError(sprintf(self::ERROR_NO_KEYNAME, $this->line));
36
+            throw new \ParseError(sprintf(self::ERROR_NO_KEYNAME, $this->line));
37 37
         } else {
38 38
             $keyNode = NodeFactory::get($keyString);
39 39
             if ($keyNode instanceof NodeTag || $keyNode instanceof NodeQuoted) {
Please login to merge, or discard this patch.