From f2cb90689b9e7016ead9d8975f22a7e827997353 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 24 Jun 2021 08:36:13 -0500 Subject: [PATCH] qa: apply laminas-coding-standard rules Primarily removes file-level license docblocks. Signed-off-by: Matthew Weier O'Phinney --- config/application.config.php | 6 +----- config/autoload/api-tools-config.global.php | 6 +----- .../api-tools-mvc-auth-oauth2-override.global.php | 2 ++ config/autoload/global-development.php | 6 +----- config/autoload/global.php | 6 +----- config/autoload/user.global.php | 8 ++------ config/development.config.php.dist | 6 ------ config/modules.config.php | 9 +++------ module/Application/config/module.config.php | 6 +----- module/Application/src/Controller/IndexController.php | 6 +----- module/Application/src/Module.php | 6 +----- .../Application/test/Controller/IndexControllerTest.php | 6 +----- .../test/Controller/ZZIndexControllerDevModeTest.php | 6 +----- src/ApiTools/constants.php | 8 ++------ src/remove-package-artifacts.php | 6 ++---- 15 files changed, 20 insertions(+), 73 deletions(-) diff --git a/config/application.config.php b/config/application.config.php index d2eb614..4ee6dcb 100644 --- a/config/application.config.php +++ b/config/application.config.php @@ -1,10 +1,6 @@ [ diff --git a/config/autoload/api-tools-mvc-auth-oauth2-override.global.php b/config/autoload/api-tools-mvc-auth-oauth2-override.global.php index 1f2ba73..445eb07 100644 --- a/config/autoload/api-tools-mvc-auth-oauth2-override.global.php +++ b/config/autoload/api-tools-mvc-auth-oauth2-override.global.php @@ -6,6 +6,8 @@ * OAuth2\Server instances. */ +declare(strict_types=1); + use Laminas\ApiTools\MvcAuth\Factory\NamedOAuth2ServerFactory; use Laminas\ApiTools\OAuth2\Service\OAuth2Server; diff --git a/config/autoload/global-development.php b/config/autoload/global-development.php index df8c735..83c8fc3 100644 --- a/config/autoload/global-development.php +++ b/config/autoload/global-development.php @@ -1,10 +1,6 @@ [ diff --git a/config/autoload/user.global.php b/config/autoload/user.global.php index c3ad5b2..d8bc7a7 100644 --- a/config/autoload/user.global.php +++ b/config/autoload/user.global.php @@ -1,11 +1,5 @@ [ diff --git a/config/modules.config.php b/config/modules.config.php index 183a98a..14e707c 100644 --- a/config/modules.config.php +++ b/config/modules.config.php @@ -1,14 +1,11 @@