Passed
Push — main ( 858704...ca7407 )
by José
07:45
created
src/Provider/Lichess.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     public const SCOPE_CHALLENGE_WRITE = 'challenge:write';
20 20
     public const SCOPE_CHALLENGE_BULK = 'challenge:bulk';
21 21
 
22
-    public function __construct(array $options = [ ], array $collaborators = [ ])
22
+    public function __construct(array $options = [], array $collaborators = [])
23 23
     {
24 24
         parent::__construct($options, $collaborators);
25 25
     }
Please login to merge, or discard this patch.