Fix PHPCS to order by length not alphabetical
This commit is contained in:
parent
dc310ffdea
commit
f157c06d04
7 changed files with 28 additions and 25 deletions
|
@ -26,8 +26,8 @@ namespace Pterodactyl\Http\Middleware\Server;
|
|||
|
||||
use Closure;
|
||||
use Illuminate\Contracts\Session\Session;
|
||||
use Pterodactyl\Contracts\Repository\SubuserRepositoryInterface;
|
||||
use Pterodactyl\Exceptions\DisplayException;
|
||||
use Pterodactyl\Contracts\Repository\SubuserRepositoryInterface;
|
||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
|
||||
class SubuserAccess
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue