mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
AI admin settings: strict_types
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
aa74d6fd31
commit
f72f3f7df4
2 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* @copyright Copyright (c) 2023 Marcel Klehr <mklehr@gmx.net>
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* @copyright Copyright (c) 2023 Marcel Klehr <mklehr@gmx.net>
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue