Skip to content

Commit

Permalink
ADD missing entries to the extensions.neon file
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLiddament committed Aug 12, 2024
1 parent 15eade9 commit ce41804
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@ services:
tags:
- phpstan.rules.rule

-
class: DaveLiddament\PhpstanPhpLanguageExtensions\Rules\MustUseResultRule
tags:
- phpstan.rules.rule

-
class: DaveLiddament\PhpstanPhpLanguageExtensions\Rules\RestrictTraitToRule
tags:
- phpstan.rules.rule



parametersSchema:
phpLanguageExtensions: structure([
Expand Down

0 comments on commit ce41804

Please sign in to comment.