mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 11:03:50 +00:00
apply rector rules: php up to php82
This commit is contained in:
@@ -22,9 +22,9 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
*/
|
||||
class CustomField
|
||||
{
|
||||
public const ONE_TO_MANY = 2;
|
||||
final public const ONE_TO_MANY = 2;
|
||||
|
||||
public const ONE_TO_ONE = 1;
|
||||
final public const ONE_TO_ONE = 1;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
|
Reference in New Issue
Block a user