added strict

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-02-01 20:38:36 +01:00
parent 2dc031dd66
commit 6625f64a7d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
namespace App\Repository;