removed empty lines between @param and @return/@throws
This commit is contained in:
parent
befaf99d9f
commit
20e891ac91
1 changed files with 0 additions and 3 deletions
|
@ -77,7 +77,6 @@ class SettingsValidator extends AbstractValidator
|
||||||
* to Result.
|
* to Result.
|
||||||
*
|
*
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
*
|
|
||||||
* @throws InvalidValidationOptionsException
|
* @throws InvalidValidationOptionsException
|
||||||
* @throws InvalidValidationConfigurationException
|
* @throws InvalidValidationConfigurationException
|
||||||
*/
|
*/
|
||||||
|
@ -127,7 +126,6 @@ class SettingsValidator extends AbstractValidator
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $name
|
* @param string $name
|
||||||
*
|
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function getConfigForName($name): array
|
protected function getConfigForName($name): array
|
||||||
|
@ -163,7 +161,6 @@ class SettingsValidator extends AbstractValidator
|
||||||
* Check whether at least one configured group does match, if any is configured.
|
* Check whether at least one configured group does match, if any is configured.
|
||||||
*
|
*
|
||||||
* @param array $validatorConfig
|
* @param array $validatorConfig
|
||||||
*
|
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
protected function doesValidationGroupsMatch(array &$validatorConfig)
|
protected function doesValidationGroupsMatch(array &$validatorConfig)
|
||||||
|
|
Loading…
Reference in a new issue