mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 09:56:34 +02:00
Fix all phpstan and php-cs-fixer errors
This commit is contained in:
parent
117c18ddca
commit
485a0cb6fd
39 changed files with 994 additions and 1142 deletions
|
@ -5,6 +5,11 @@
|
|||
{
|
||||
foreach ($array as $key => $value)
|
||||
{
|
||||
if (defined(mb_strtoupper($key)))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
define(mb_strtoupper($key), $value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue