mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 20:13:49 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -28,8 +28,6 @@ class ParticipationRepository extends ServiceEntityRepository
|
||||
/**
|
||||
* Count number of participations per person.
|
||||
*
|
||||
* @param $person_id
|
||||
*
|
||||
* @throws \Doctrine\ORM\NonUniqueResultException
|
||||
*/
|
||||
public function countByPerson($person_id): int
|
||||
@@ -44,13 +42,6 @@ class ParticipationRepository extends ServiceEntityRepository
|
||||
|
||||
/**
|
||||
* Return paginated participations for a person and in reachables circles.
|
||||
*
|
||||
* @param $person_id
|
||||
* @param $reachablesCircles
|
||||
* @param $first
|
||||
* @param $max
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function findByPersonInCircle($person_id, $reachablesCircles, $first, $max)
|
||||
{
|
||||
|
Reference in New Issue
Block a user