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 2b993d6..24b9090 100644 --- a/config/modules.config.php +++ b/config/modules.config.php @@ -1,14 +1,11 @@