Passed
Push — main ( 605fa7...858704 )
by José
03:04
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
         $options['code_challenge_method'] = 'S256';
25 25
         parent::__construct($options, $collaborators);
Please login to merge, or discard this patch.