Merge pull request #7541 from nextcloud/enh/noid/use-strict-types-in-php

add `declare(strict_types=1);` to all php files
This commit is contained in:
Simon L.
2026-02-13 10:54:23 +01:00
committed by GitHub
26 changed files with 30 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Auth;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Auth;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Container;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO;
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Controller;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Controller;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Controller;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Data;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Data;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Data;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Docker;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Docker;
@@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Docker;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Middleware;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Twig;
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace AIO\Twig;