mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
DX: mark const as final
This commit is contained in:
@@ -25,7 +25,7 @@ abstract class Declarations
|
||||
/**
|
||||
* @deprecated consider using the PERSON_TYPE instead
|
||||
*/
|
||||
public const PERSON_IMPLIED_IN = 'person_implied_in';
|
||||
final public const PERSON_IMPLIED_IN = 'person_implied_in';
|
||||
|
||||
final public const PERSON_TYPE = 'person';
|
||||
|
||||
|
Reference in New Issue
Block a user