Passed
Push — master ( b9b37f...a27485 )
by Alec
02:44 queued 14s
created
src/Spinner/Core/A/AFrameCollectionRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.