mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 21:13:57 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -28,11 +28,11 @@ use function in_array;
|
||||
*/
|
||||
class ThirdPartyVoter extends AbstractChillVoter implements ProvideRoleHierarchyInterface
|
||||
{
|
||||
public const CREATE = 'CHILL_3PARTY_3PARTY_CREATE';
|
||||
final public const CREATE = 'CHILL_3PARTY_3PARTY_CREATE';
|
||||
|
||||
public const SHOW = 'CHILL_3PARTY_3PARTY_SHOW';
|
||||
final public const SHOW = 'CHILL_3PARTY_3PARTY_SHOW';
|
||||
|
||||
public const UPDATE = 'CHILL_3PARTY_3PARTY_UPDATE';
|
||||
final public const UPDATE = 'CHILL_3PARTY_3PARTY_UPDATE';
|
||||
|
||||
/**
|
||||
* @var AuthorizationHelper
|
||||
|
Reference in New Issue
Block a user