added strict

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-02-01 20:40:29 +01:00
parent 3f0c044c49
commit 91c12e1855
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
namespace App\Controller;
error_reporting(error_level: E_ALL);