mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -36,9 +36,9 @@ use Symfony\Component\Serializer\Annotation as Serializer;
|
||||
class StoredObject implements AsyncFileInterface, Document, TrackCreationInterface
|
||||
{
|
||||
use TrackCreationTrait;
|
||||
public const STATUS_READY = "ready";
|
||||
public const STATUS_PENDING = "pending";
|
||||
public const STATUS_FAILURE = "failure";
|
||||
final public const STATUS_READY = "ready";
|
||||
final public const STATUS_PENDING = "pending";
|
||||
final public const STATUS_FAILURE = "failure";
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="json", name="datas")
|
||||
|
Reference in New Issue
Block a user