Apply fixes from StyleCI (#13208)

This commit is contained in:
Jellyfrog
2021-09-08 23:35:56 +02:00
committed by GitHub
parent c6d2385c3a
commit 26b95c0ccc
370 changed files with 1667 additions and 1667 deletions

View File

@@ -58,7 +58,7 @@ class DynamicConfigItem implements \ArrayAccess
/**
* Check given value is valid. Using the type of this config item and possibly other variables.
*
* @param mixed $value
* @param mixed $value
* @return bool|mixed
*/
public function checkValue($value)
@@ -193,7 +193,7 @@ class DynamicConfigItem implements \ArrayAccess
}
/**
* @param mixed $value The value that was validated
* @param mixed $value The value that was validated
* @return string
*/
public function getValidationMessage($value)