1
0
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:
Francois Zaninotto 2019-08-27 10:46:54 +02:00 committed by GitHub
commit 856a44978d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(