Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Nov 15, 2021
1 parent aed812e commit df8af52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/User/UserManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ public function getUserById(int $id): CmsUser
/** @var array<int, CmsUser> $cache */
static $cache = [];

$find = function (int $id): CmsUser
{
$find = function (int $id): CmsUser {
/** @var CmsUser $entity */
$entity = $this->getDefaultUserRepository()
->createQueryBuilder('user')
Expand Down

0 comments on commit df8af52

Please sign in to comment.