mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-06 13:57:57 +00:00
add declare(strict_types=1); to all php files
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
9c0334d3f0
commit
eba86c3ad1
26 changed files with 26 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace AIO;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue