Skip to content

Commit ba333eb

Browse files
committed
Adding new rule to neon config file
1 parent 83a572a commit ba333eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpstan-safe-rule.neon

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ services:
33
class: TheCodingMachine\Safe\PHPStan\Rules\UseSafeFunctionsRule
44
tags:
55
- phpstan.rules.rule
6+
-
7+
class: TheCodingMachine\Safe\PHPStan\Rules\UseSafeClassesRule
8+
tags:
9+
- phpstan.rules.rule
610
-
711
class: TheCodingMachine\Safe\PHPStan\Type\Php\ReplaceSafeFunctionsDynamicReturnTypeExtension
812
tags:

0 commit comments

Comments
 (0)