Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/advanced' into advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Oct 14, 2023
2 parents b8c8e44 + 463b4f7 commit 33a3ca0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blog-api/src/Application/User/Service/UserService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ public function __construct(
* @param string $login
* @param string $password
*
* @return IdentityInterface
* @throws BadRequestException
*
* @throws InvalidConfigException
* @return IdentityInterface
*/
public function login(string $login, string $password): IdentityInterface
{
Expand Down

0 comments on commit 33a3ca0

Please sign in to comment.