Passed
Pull Request — master (#213)
by
unknown
03:11
created
src/Header/Consumer/ReceivedConsumer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
         } elseif ($tokens->valid() && !$this->isEndToken($tokens->current())) {
104 104
             foreach ($this->getSubConsumers() as $consumer) {
105 105
                 if ($consumer->isStartToken($tokens->current())) {
106
-                  return $this;
106
+                    return $this;
107 107
                 }
108 108
             }
109 109
             $tokens->next();
Please login to merge, or discard this patch.