Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
added 'red' to $safeColorNames
Browse files Browse the repository at this point in the history
  • Loading branch information
silvio-gratani authored and pimjansen committed Aug 27, 2019
1 parent a76ada1 commit 3f74f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/Color.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
'gray', 'yellow', 'fuchsia', 'aqua', 'white', 'red'
);

protected static $allColorNames = array(
Expand Down

0 comments on commit 3f74f49

Please sign in to comment.