Skip to content

Commit bafec9d

Browse files
committed
minor #245 Remove unused use statement (lyrixx)
This PR was merged into the main branch. Discussion ---------- Remove unused use statement | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT Commits ------- b6bc9b3 Remove unused use statement
2 parents 2200a53 + b6bc9b3 commit bafec9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.phpstan/ForbidNativeExceptionRule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use PhpParser\Node\Expr\New_;
1616
use PhpParser\Node\Expr\Throw_;
1717
use PhpParser\Node\Name;
18-
use PhpParser\Node\Stmt\Catch_;
1918
use PHPStan\Analyser\Scope;
2019
use PHPStan\Rules\Rule;
2120
use PHPStan\Rules\RuleError;

0 commit comments

Comments
 (0)