phpstan level 3, fixed deprecations, code cleanup (#811)
This commit is contained in:
@@ -16,7 +16,7 @@ use Symfony\Bridge\Doctrine\Security\User\UserLoaderInterface;
|
||||
class UserRepository extends AbstractRepository implements UserLoaderInterface
|
||||
{
|
||||
/**
|
||||
* @param $id
|
||||
* @param int $id
|
||||
* @return null|User
|
||||
*/
|
||||
public function getById($id)
|
||||
|
||||
Reference in New Issue
Block a user