mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-04-21 16:01:56 +02:00
Merge pull request #1778 from fzaninotto/revert-1701-Color/adding_missing_red_safe_color
Revert "Added 'red' to $safeColorNames"
This commit is contained in:
commit
856a44978d
@ -10,7 +10,7 @@ class Color extends Base
|
||||
protected static $safeColorNames = array(
|
||||
'black', 'maroon', 'green', 'navy', 'olive',
|
||||
'purple', 'teal', 'lime', 'blue', 'silver',
|
||||
'gray', 'yellow', 'fuchsia', 'aqua', 'white', 'red'
|
||||
'gray', 'yellow', 'fuchsia', 'aqua', 'white'
|
||||
);
|
||||
|
||||
protected static $allColorNames = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user