Skip to content

Commit

Permalink
Merge pull request #9321 from samsonasik/chore-prepare-phpstan-2
Browse files Browse the repository at this point in the history
chore: preparation for PHPStan 2: remove CheckUseStatementsAfterLicenseRule
  • Loading branch information
samsonasik authored Dec 13, 2024
2 parents 0f5de27 + 6644b79 commit f0536a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
7 changes: 0 additions & 7 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
services:
-
class: Utils\PHPStan\CheckUseStatementsAfterLicenseRule
tags:
- phpstan.rules.rule

includes:
- phpstan-baseline.php

Expand All @@ -18,7 +12,6 @@ parameters:
- app
- system
- tests
- utils/src/PHPStan
excludePaths:
- app/Views/errors/cli/*
- app/Views/errors/html/*
Expand Down
77 changes: 0 additions & 77 deletions utils/src/PHPStan/CheckUseStatementsAfterLicenseRule.php

This file was deleted.

0 comments on commit f0536a1

Please sign in to comment.