We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d18615 commit c5addccCopy full SHA for c5addcc
src/PatternLab/Saying.php
@@ -90,7 +90,7 @@ public function __construct() {
90
public function say() {
91
92
// set a color
93
- $colors = array("ok","options","info","warning","error");
+ $colors = array("ok","options","info","warning");
94
$randomNumber = rand(0,count($colors)-1);
95
$color = (isset($colors[$randomNumber])) ? $colors[$randomNumber] : "desc";
96
0 commit comments