Skip to content

Commit

Permalink
fix: phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
michtio committed Jan 7, 2025
1 parent f64d428 commit 5f6947c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/ServicesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static function config(): array
/**
* Returns the passwords service
*
* @return Passwords The passwords service
* @return PasswordsService The passwords service
* @throws InvalidConfigException
*/
public function getPasswords(): PasswordsService
Expand All @@ -56,7 +56,7 @@ public function getPasswords(): PasswordsService
/**
* Returns the retention service
*
* @return Retention The retention service
* @return RetentionService The retention service
* @throws InvalidConfigException
*/
public function getRetention(): RetentionService
Expand Down

0 comments on commit 5f6947c

Please sign in to comment.