Skip to content

Commit

Permalink
enable CheckTypehintCallerTypeRule & CheckSprintfMatchingTypesRule (
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Apr 1, 2023
1 parent 734f3f1 commit 617e491
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions default-config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,14 @@ services:
class: rexstan\YOrmDatasetOptionalTableRule
tags:
- phpstan.rules.rule

-
class: Symplify\PHPStanRules\Rules\CheckTypehintCallerTypeRule
tags:
- phpstan.rules.rule

-
class: Symplify\PHPStanRules\Rules\Missing\CheckSprintfMatchingTypesRule
tags:
- phpstan.rules.rule

0 comments on commit 617e491

Please sign in to comment.