Skip to content

Commit

Permalink
Adding new rule to neon config file
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Jan 2, 2020
1 parent 83a572a commit ba333eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan-safe-rule.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ services:
class: TheCodingMachine\Safe\PHPStan\Rules\UseSafeFunctionsRule
tags:
- phpstan.rules.rule
-
class: TheCodingMachine\Safe\PHPStan\Rules\UseSafeClassesRule
tags:
- phpstan.rules.rule
-
class: TheCodingMachine\Safe\PHPStan\Type\Php\ReplaceSafeFunctionsDynamicReturnTypeExtension
tags:
Expand Down

0 comments on commit ba333eb

Please sign in to comment.