Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejkrajcik-blogic committed Dec 18, 2023
1 parent a8690b6 commit 7c03331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Authenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function authenticate(array $credentials)
* @param array|NULL $data
* @return self
*/
public function setIdentityData(array $data = NULL) {
public function setIdentityData(array $data = NULL): self {
$this->identityData = $data;
return $this;
}
Expand Down

0 comments on commit 7c03331

Please sign in to comment.