Skip to content

Commit 46cf4e8

Browse files
committed
Disallowed backtick operator rule
1 parent 5985682 commit 46cf4e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ rules:
1717
- PHPStan\Rules\BooleansInConditions\BooleanInIfConditionRule
1818
- PHPStan\Rules\BooleansInConditions\BooleanInTernaryOperatorRule
1919
- PHPStan\Rules\Classes\RequireParentConstructCallRule
20+
- PHPStan\Rules\DisallowedConstructs\DisallowedBacktickRule
2021
- PHPStan\Rules\DisallowedConstructs\DisallowedEmptyRule
2122
- PHPStan\Rules\DisallowedConstructs\DisallowedImplicitArrayCreationRule
2223
- PHPStan\Rules\DisallowedConstructs\DisallowedShortTernaryRule

0 commit comments

Comments
 (0)