phpstan level 3, fixed deprecations, code cleanup (#811)

This commit is contained in:
Kevin Papst
2019-05-28 12:24:21 +02:00
committed by GitHub
parent d9dca96a32
commit 393abe9e62
69 changed files with 381 additions and 189 deletions

View File

@@ -118,7 +118,7 @@ class TimesheetRepository extends AbstractRepository
}
/**
* @param $select
* @param string $select
* @param User $user
* @return int
* @throws \Doctrine\ORM\NonUniqueResultException
@@ -290,7 +290,7 @@ class TimesheetRepository extends AbstractRepository
/**
* @param User $user
* @param int $limit
* @param int $hardLimit
* @return int
* @throws RepositoryException
* @throws \Doctrine\ORM\ORMException