public function __construct(DataProviderHelper $dataProviderHelper, bool $checkFunctionNameCase, bool $deprecationRulesInstalled) { $this->dataProviderHelper = $dataProviderHelper; $this->checkFunctionNameCase = $checkFunctionNameCase; $this->deprecationRulesInstalled = $deprecationRulesInstalled; }