Skip to content

Commit

Permalink
Added missing TodoBySymfonyDeprecationRule registration (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Feb 12, 2024
1 parent 8cb79f1 commit d79acf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ services:
arguments:
- %todo_by.singleGitRepo%

-
class: staabm\PHPStanTodoBy\TodoBySymfonyDeprecationRule
tags: [phpstan.rules.rule]
arguments:
workingDirectory: %currentWorkingDirectory%

-
class: staabm\PHPStanTodoBy\TodoByPackageVersionRule
tags: [phpstan.rules.rule]
Expand Down

0 comments on commit d79acf7

Please sign in to comment.