Coding standard > fix automatically

This commit is contained in:
Meritoo
2018-06-16 14:31:04 +02:00
parent ae3e82e233
commit 0f37edfc9b
10 changed files with 29 additions and 53 deletions

View File

@@ -1312,10 +1312,9 @@ class Miscellaneous
* Returns inverted value of color for given color
*
* @param string $color Hexadecimal value of color to invert (with or without hash), e.g. "dd244c" or "#22a5fe"
* @return string
*
* @throws IncorrectColorHexLengthException
* @throws InvalidColorHexValueException
* @return string
*/
public static function getInvertedColor($color)
{