mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
apply rector rules: php up to php82
This commit is contained in:
@@ -90,11 +90,11 @@ use function spl_object_hash;
|
||||
*/
|
||||
class ThirdParty implements TrackCreationInterface, TrackUpdateInterface, \Stringable
|
||||
{
|
||||
public const KIND_CHILD = 'child';
|
||||
final public const KIND_CHILD = 'child';
|
||||
|
||||
public const KIND_COMPANY = 'company';
|
||||
final public const KIND_COMPANY = 'company';
|
||||
|
||||
public const KIND_CONTACT = 'contact';
|
||||
final public const KIND_CONTACT = 'contact';
|
||||
|
||||
/**
|
||||
* [fr] Sigle.
|
||||
|
Reference in New Issue
Block a user