mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Use more standardized phpcs
This commit is contained in:
@@ -44,11 +44,9 @@ class AuthenticateUserTest extends MiddlewareTestCase
|
||||
|
||||
/**
|
||||
* Return an instance of the middleware for testing.
|
||||
*
|
||||
* @return \Pterodactyl\Http\Middleware\Api\Application\AuthenticateApplicationUser
|
||||
*/
|
||||
private function getMiddleware(): AuthenticateApplicationUser
|
||||
{
|
||||
return new AuthenticateApplicationUser;
|
||||
return new AuthenticateApplicationUser();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user