* use php-cs-fixer instead of phpcodesniffer * updated scrutinizer config * adjusted code yules to all files * updated CONTRIBUTING guidelines
This commit is contained in:
@@ -17,7 +17,7 @@ use Symfony\Component\Validator\Constraint;
|
||||
*/
|
||||
class Role extends Constraint
|
||||
{
|
||||
const ROLE_ERROR = 'xd5hffg-dsfef3-426a-83d7-1f2d33hs5d84';
|
||||
public const ROLE_ERROR = 'xd5hffg-dsfef3-426a-83d7-1f2d33hs5d84';
|
||||
|
||||
protected static $errorNames = [
|
||||
self::ROLE_ERROR => 'ROLE_ERROR',
|
||||
|
||||
Reference in New Issue
Block a user