@@ -26,7 +26,7 @@ |
||
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); |