php cs fixes

This commit is contained in:
Julie Lenaerts 2024-11-28 12:24:11 +01:00
parent c147d267d9
commit 0ac49d1fde
2 changed files with 0 additions and 10 deletions

View File

@ -84,8 +84,6 @@ class LoadActivity extends AbstractFixture implements OrderedFixtureInterface
/**
* Return a random activityReason.
*
* @return \Chill\ActivityBundle\Entity\ActivityReason
*/
private function getRandomActivityReason(): \Chill\ActivityBundle\Entity\ActivityReason
{
@ -96,8 +94,6 @@ class LoadActivity extends AbstractFixture implements OrderedFixtureInterface
/**
* Return a random activityType.
*
* @return \Chill\ActivityBundle\Entity\ActivityType
*/
private function getRandomActivityType(): \Chill\ActivityBundle\Entity\ActivityType
{
@ -108,8 +104,6 @@ class LoadActivity extends AbstractFixture implements OrderedFixtureInterface
/**
* Return a random scope.
*
* @return \Chill\MainBundle\Entity\Scope
*/
private function getRandomScope(): \Chill\MainBundle\Entity\Scope
{
@ -120,8 +114,6 @@ class LoadActivity extends AbstractFixture implements OrderedFixtureInterface
/**
* Return a random user.
*
* @return \Chill\MainBundle\Entity\User
*/
private function getRandomUser(): \Chill\MainBundle\Entity\User
{

View File

@ -34,8 +34,6 @@ interface SearchInterface
* the order in which the results will appears in the global view.
*
* (this may be eventually defined in config.yml)
*
* @return int
*/
public function getOrder(): int;