added strict

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-02-01 20:39:01 +01:00
parent 63cf544fc4
commit 0104259187
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
<?php
<?php declare(strict_types=1);
namespace App\Entity;
use OpenApi\Attributes as OAT;
/**
*
*/