AI admin settings: strict_types

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-07-25 14:27:20 +02:00 committed by Julien Veyssier
parent aa74d6fd31
commit f72f3f7df4
No known key found for this signature in database
GPG key ID: 4141FEE162030638
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>
*