AI admin settings: strict_types

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
(cherry picked from commit f72f3f7df4)
This commit is contained in:
Marcel Klehr 2023-07-25 14:27:20 +02:00
parent 40d4da1319
commit 6c8c047b4d
2 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,7 @@
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2023 Marcel Klehr <mklehr@gmx.net>
*

View file

@ -1,4 +1,7 @@
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2023 Marcel Klehr <mklehr@gmx.net>
*