mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
DX: mark const as final
This commit is contained in:
parent
c9cfe4c7e9
commit
0b0cbed9db
@ -25,7 +25,7 @@ abstract class Declarations
|
|||||||
/**
|
/**
|
||||||
* @deprecated consider using the PERSON_TYPE instead
|
* @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';
|
final public const PERSON_TYPE = 'person';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user