diff --git a/apps/admin_audit/lib/IAuditLogger.php b/apps/admin_audit/lib/IAuditLogger.php index f17afa6852e5b..635c063753fdc 100644 --- a/apps/admin_audit/lib/IAuditLogger.php +++ b/apps/admin_audit/lib/IAuditLogger.php @@ -1,5 +1,7 @@ [ 'global_storages' => ['url' => '/globalstorages'], diff --git a/apps/files_external/lib/Command/Dependencies.php b/apps/files_external/lib/Command/Dependencies.php index d2db8a8c9af08..01e60abe5052a 100644 --- a/apps/files_external/lib/Command/Dependencies.php +++ b/apps/files_external/lib/Command/Dependencies.php @@ -1,5 +1,7 @@ withTypeCoverageLevel(0); + ->withTypeCoverageLevel(0) + ->withRules([ + SafeDeclareStrictTypesRector::class + ]); diff --git a/core/Command/Encryption/Disable.php b/core/Command/Encryption/Disable.php index 91d4ac82d2328..d6b92a9f236c6 100644 --- a/core/Command/Encryption/Disable.php +++ b/core/Command/Encryption/Disable.php @@ -1,5 +1,7 @@ [ 'sqlite', diff --git a/tests/lib/Comments/FakeManager.php b/tests/lib/Comments/FakeManager.php index 518e4801d0b93..eadaee13054d3 100644 --- a/tests/lib/Comments/FakeManager.php +++ b/tests/lib/Comments/FakeManager.php @@ -1,5 +1,7 @@