mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 20:13:49 +00:00
apply rector rules: php up to php82
This commit is contained in:
@@ -20,9 +20,9 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
*/
|
||||
class CronJobExecution
|
||||
{
|
||||
public const FAILURE = 100;
|
||||
final public const FAILURE = 100;
|
||||
|
||||
public const SUCCESS = 1;
|
||||
final public const SUCCESS = 1;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="datetime_immutable", nullable=true, options={"default": null})
|
||||
|
Reference in New Issue
Block a user