mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#13208)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user