@@ -80,7 +80,7 @@ |
||
| 80 | 80 | * @return \Generator |
| 81 | 81 | * @throws \LogicException |
| 82 | 82 | */ |
| 83 | - private function forEach(Readable $readable, RuleInterface $ast): \Generator |
|
| 83 | + private function forEach (Readable $readable, RuleInterface $ast): \Generator |
|
| 84 | 84 | { |
| 85 | 85 | $builder = $this->factory->resolve($readable, $ast); |
| 86 | 86 | $result = $builder->build($readable, $ast); |