Release 2.20.0 (#4987)
This commit is contained in:
@@ -96,7 +96,7 @@ final class Color
|
||||
|
||||
public function getRandomColor(): string
|
||||
{
|
||||
return sprintf('#%06x', rand(0, 16777215));
|
||||
return \sprintf('#%06x', rand(0, 16777215));
|
||||
}
|
||||
|
||||
public function getRandomFromPalette(string $input): string
|
||||
|
||||
Reference in New Issue
Block a user