Passed
Push — master ( b9b37f...a27485 )
by Alec
02:44 queued 14s
created
src/Spinner/Core/Pattern/Char/HalfCircle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,5 +12,5 @@
 block discarded – undo
12 12
 {
13 13
     protected const UPDATE_INTERVAL = 160;
14 14
 
15
-    protected const PATTERN = ['◐', '◓', '◑', '◒',];
15
+    protected const PATTERN = ['◐', '◓', '◑', '◒', ];
16 16
 }
Please login to merge, or discard this patch.
src/Spinner/Core/Pattern/Char/Toggle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,5 +12,5 @@
 block discarded – undo
12 12
 {
13 13
     protected const UPDATE_INTERVAL = 500;
14 14
 
15
-    protected const PATTERN = ['⊶', '⊷',];
15
+    protected const PATTERN = ['⊶', '⊷', ];
16 16
 }
Please login to merge, or discard this patch.
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.
src/Spinner/Core/Pattern/Char/Moon.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,5 +12,5 @@
 block discarded – undo
12 12
 {
13 13
     protected const UPDATE_INTERVAL = 300;
14 14
 
15
-    protected const PATTERN = ['
Please login to merge, or discard this patch.
src/Spinner/Core/Pattern/Char/ClockHourly.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,5 +12,5 @@
 block discarded – undo
12 12
 {
13 13
     protected const UPDATE_INTERVAL = 300;
14 14
 
15
-    protected const PATTERN = ['
Please login to merge, or discard this patch.
src/Spinner/Core/Pattern/Char/Earth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,5 +12,5 @@
 block discarded – undo
12 12
 {
13 13
     protected const UPDATE_INTERVAL = 300;
14 14
 
15
-    protected const PATTERN = ['
Please login to merge, or discard this patch.
src/Spinner/Core/Pattern/Char/ChristmasTree.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,5 +12,5 @@
 block discarded – undo
12 12
 {
13 13
     protected const UPDATE_INTERVAL = 500;
14 14
 
15
-    protected const PATTERN = ['
Please login to merge, or discard this patch.