File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -498,6 +498,18 @@ services:
498
498
factory : Spaze\PHPStan\Rules\Disallowed\Calls\ShellExecCalls (forbiddenCalls : %disallowedFunctionCalls% )
499
499
tags :
500
500
- phpstan.rules.rule
501
+ -
502
+ factory : Spaze\PHPStan\Rules\Disallowed\Calls\FunctionFirstClassCallables (forbiddenCalls : %disallowedFunctionCalls% )
503
+ tags :
504
+ - phpstan.rules.rule
505
+ -
506
+ factory : Spaze\PHPStan\Rules\Disallowed\Calls\MethodFirstClassCallables (forbiddenCalls : %disallowedMethodCalls% )
507
+ tags :
508
+ - phpstan.rules.rule
509
+ -
510
+ factory : Spaze\PHPStan\Rules\Disallowed\Calls\StaticFirstClassCallables (forbiddenCalls : %disallowedStaticCalls% )
511
+ tags :
512
+ - phpstan.rules.rule
501
513
-
502
514
factory : Spaze\PHPStan\Rules\Disallowed\Usages\ConstantUsages (disallowedConstants : %disallowedConstants% )
503
515
tags :
You can’t perform that action at this time.
0 commit comments