@@ -19,7 +19,7 @@ |
||
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 | } |