diff --git a/composer.json b/composer.json index 037fc976..0e094fef 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "blumilksoftware/blt": "dev-main", - "blumilksoftware/codestyle": "^0.9.0", + "blumilksoftware/codestyle": "^0.9.0 || ^0.10.0", "fakerphp/faker": "^1.9.1", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^6.1", diff --git a/src/Http/Middleware/RedirectIfAuthenticated.php b/src/Http/Middleware/RedirectIfAuthenticated.php index b588d7a5..d87ad380 100644 --- a/src/Http/Middleware/RedirectIfAuthenticated.php +++ b/src/Http/Middleware/RedirectIfAuthenticated.php @@ -15,8 +15,7 @@ class RedirectIfAuthenticated public function __construct( protected Redirector $redirector, protected AuthManager $authManager, - ) { - } + ) {} public function handle(Request $request, Closure $next, ...$guards): Response {