mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-04-21 16:01:56 +02:00
Revert "added 'red' to $safeColorNames"
This reverts commit 3f74f49dd7c53af959b3708a64d9232db271f985.
This commit is contained in:
parent
0c53182cf3
commit
15d4d8a73c
@ -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