From 17199fe011e98cce744a7b8ccbcb0acbe2cbd18e Mon Sep 17 00:00:00 2001 From: Silvio Gratani Date: Wed, 22 May 2019 15:12:44 +0200 Subject: [PATCH] added 'red' to $safeColorNames --- src/Faker/Provider/Color.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faker/Provider/Color.php b/src/Faker/Provider/Color.php index 0eb5cb9a96..d542f79213 100644 --- a/src/Faker/Provider/Color.php +++ b/src/Faker/Provider/Color.php @@ -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(