function FetchingClassConstOfDeprecatedClassRule::__construct
File
-
vendor/
phpstan/ phpstan-deprecation-rules/ src/ Rules/ Deprecations/ FetchingClassConstOfDeprecatedClassRule.php, line 35
Class
- FetchingClassConstOfDeprecatedClassRule
- @implements Rule<ClassConstFetch>
Namespace
PHPStan\Rules\DeprecationsCode
public function __construct(ReflectionProvider $reflectionProvider, RuleLevelHelper $ruleLevelHelper, DeprecatedScopeHelper $deprecatedScopeHelper) {
$this->reflectionProvider = $reflectionProvider;
$this->ruleLevelHelper = $ruleLevelHelper;
$this->deprecatedScopeHelper = $deprecatedScopeHelper;
}