mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
php cs fixes
This commit is contained in:
parent
c147d267d9
commit
0ac49d1fde
@ -84,8 +84,6 @@ class LoadActivity extends AbstractFixture implements OrderedFixtureInterface
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a random activityReason.
|
* Return a random activityReason.
|
||||||
*
|
|
||||||
* @return \Chill\ActivityBundle\Entity\ActivityReason
|
|
||||||
*/
|
*/
|
||||||
private function getRandomActivityReason(): \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 a random activityType.
|
||||||
*
|
|
||||||
* @return \Chill\ActivityBundle\Entity\ActivityType
|
|
||||||
*/
|
*/
|
||||||
private function getRandomActivityType(): \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 a random scope.
|
||||||
*
|
|
||||||
* @return \Chill\MainBundle\Entity\Scope
|
|
||||||
*/
|
*/
|
||||||
private function getRandomScope(): \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 a random user.
|
||||||
*
|
|
||||||
* @return \Chill\MainBundle\Entity\User
|
|
||||||
*/
|
*/
|
||||||
private function getRandomUser(): \Chill\MainBundle\Entity\User
|
private function getRandomUser(): \Chill\MainBundle\Entity\User
|
||||||
{
|
{
|
||||||
|
@ -34,8 +34,6 @@ interface SearchInterface
|
|||||||
* the order in which the results will appears in the global view.
|
* the order in which the results will appears in the global view.
|
||||||
*
|
*
|
||||||
* (this may be eventually defined in config.yml)
|
* (this may be eventually defined in config.yml)
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*/
|
*/
|
||||||
public function getOrder(): int;
|
public function getOrder(): int;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user