add declare(strict_types=1); to all php files

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2026-02-03 13:25:53 +01:00
parent 9c0334d3f0
commit eba86c3ad1
26 changed files with 26 additions and 1 deletions

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
$domain = $_GET['domain'] ?? '';

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Auth;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Auth;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Controller;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Controller;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Controller;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Data;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Data;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Data;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Docker;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Docker;

View file

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Docker;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Middleware;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Twig;

View file

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Twig;