mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -29,7 +29,7 @@ use function in_array;
|
||||
* @ORM\Table(name="chill_event_participation")
|
||||
* @ORM\HasLifecycleCallbacks
|
||||
*/
|
||||
class Participation implements HasCenterInterface, HasScopeInterface, ArrayAccess
|
||||
class Participation implements ArrayAccess, HasCenterInterface, HasScopeInterface
|
||||
{
|
||||
/**
|
||||
* @var Event
|
||||
|
Reference in New Issue
Block a user