mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-10 19:31:23 +00:00
apply rector rules
This commit is contained in:
@@ -20,6 +20,8 @@ use Symfony\Component\HttpFoundation\RequestStack;
|
||||
* @method ActivityReason|null find($id, $lockMode = null, $lockVersion = null)
|
||||
* @method ActivityReason|null findOneBy(array $criteria, array $orderBy = null)
|
||||
* @method ActivityReason[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)
|
||||
*
|
||||
* @extends \Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository<\Chill\ActivityBundle\Entity\ActivityReason>
|
||||
*/
|
||||
class ActivityReasonRepository extends ServiceEntityRepository
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user