remove deprecated parts
This commit is contained in:
parent
00f7e385d9
commit
d30ed3310a
1 changed files with 0 additions and 8 deletions
|
@ -14,7 +14,6 @@ namespace DigiComp\SettingValidator\Validation\Validator;
|
|||
|
||||
use Neos\Flow\Annotations as Flow;
|
||||
use Neos\Flow\Configuration\ConfigurationManager;
|
||||
use Neos\Flow\Reflection\ReflectionService;
|
||||
use Neos\Flow\Validation\Exception\InvalidValidationConfigurationException;
|
||||
use Neos\Flow\Validation\Exception\InvalidValidationOptionsException;
|
||||
use Neos\Flow\Validation\Validator\AbstractValidator;
|
||||
|
@ -38,13 +37,6 @@ class SettingsValidator extends AbstractValidator
|
|||
*/
|
||||
protected $configurationManager;
|
||||
|
||||
/**
|
||||
* @var ReflectionService
|
||||
* @Flow\Inject
|
||||
* @deprecated
|
||||
*/
|
||||
protected $reflectionService;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue