Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paras-malhotra authored and actions-user committed Mar 2, 2023
1 parent 7d15320 commit 4bddef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Analyzers/Reliability/CustomErrorPageAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Enlightn\Enlightn\Analyzers\Reliability;

use Illuminate\Routing\Router;
use Enlightn\Enlightn\Analyzers\Concerns\AnalyzesMiddleware;
use Illuminate\Contracts\Debug\ExceptionHandler;
use Illuminate\Contracts\Http\Kernel;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Routing\Router;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Enlightn\Enlightn\Analyzers\Concerns\AnalyzesMiddleware;

class CustomErrorPageAnalyzer extends ReliabilityAnalyzer
{
Expand Down

0 comments on commit 4bddef4

Please sign in to comment.