Skip to content

Commit

Permalink
Added return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszdebinski committed Aug 8, 2023
1 parent d91c4e6 commit 93826cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/API/Repository/Tests/UserServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3027,7 +3027,7 @@ public function testExpireUserToken($userToken)
*
* @covers \eZ\Publish\API\Repository\UserService::loadUserByToken
*/
public function testLoadUserByTokenThrowsNotFoundException()
public function testLoadUserByTokenThrowsNotFoundException(): void
{
$repository = $this->getRepository();
$userService = $repository->getUserService();
Expand Down

0 comments on commit 93826cd

Please sign in to comment.