Skip to content

Commit

Permalink
Fixed some linting requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersonralmeida committed Apr 3, 2024
1 parent 24d59b6 commit 8d52921
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Provider/Azure.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ class Azure extends AbstractProvider
* @param string $urlAuthorize Base url for authorization.
*/
public function __construct(
array $options = [],
array $collaborators = [],
array $options = [],
array $collaborators = [],
string $urlAuthorize = 'https://login.microsoftonline.com'
)
{
) {
$this->urlAuthorize = $urlAuthorize;
parent::__construct($options, $collaborators);
}
Expand Down

0 comments on commit 8d52921

Please sign in to comment.