@@ -35,7 +35,7 @@ |
||
35 | 35 | * @return Generator<IFrame> |
36 | 36 | * @throws InvalidArgumentException |
37 | 37 | */ |
38 | - function (): Generator { |
|
38 | + function(): Generator { |
|
39 | 39 | if (null === $this->pattern) { |
40 | 40 | throw new InvalidArgumentException('Pattern is not set.'); |
41 | 41 | } |