mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -16,15 +16,15 @@ namespace Chill\PersonBundle\Export;
|
||||
*/
|
||||
abstract class Declarations
|
||||
{
|
||||
public const ACP_TYPE = 'accompanying_period';
|
||||
final public const ACP_TYPE = 'accompanying_period';
|
||||
|
||||
public const EVAL_TYPE = 'evaluation';
|
||||
final public const EVAL_TYPE = 'evaluation';
|
||||
|
||||
public const HOUSEHOLD_TYPE = 'household';
|
||||
final public const HOUSEHOLD_TYPE = 'household';
|
||||
|
||||
public const PERSON_IMPLIED_IN = 'person_implied_in';
|
||||
final public const PERSON_IMPLIED_IN = 'person_implied_in';
|
||||
|
||||
public const PERSON_TYPE = 'person';
|
||||
final public const PERSON_TYPE = 'person';
|
||||
|
||||
public const SOCIAL_WORK_ACTION_TYPE = 'social_actions';
|
||||
final public const SOCIAL_WORK_ACTION_TYPE = 'social_actions';
|
||||
}
|
||||
|
Reference in New Issue
Block a user