1
0
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:
Francois Zaninotto 2019-08-27 10:46:39 +02:00 committed by GitHub
parent 0c53182cf3
commit 15d4d8a73c

View File

@ -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(