Passed
Push — main ( 271d3f...605fa7 )
by José
02:54
created
src/Provider/Lichess.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      */
27 27
     protected $code_challenge_method;
28 28
 
29
-    public function __construct(array $options = [ ], array $collaborators = [ ])
29
+    public function __construct(array $options = [], array $collaborators = [])
30 30
     {
31 31
         $options['code_challenge_method'] = 'S256';
32 32
         parent::__construct($options, $collaborators);
Please login to merge, or discard this patch.