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.
2 parents 473a17b + 174ab74 commit 725f373Copy full SHA for 725f373
src/PatternLab/Generator.php
@@ -212,7 +212,8 @@ public function printSaying() {
212
"¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>",
213
"@}~}~~~",
214
"(>'.')> (>'.')> (>'.')> ",
215
- "\(^-^)/"
+ "\(^-^)/",
216
+ "you've been at this awhile; perhaps it's time for a walk outside?"
217
);
218
if (isset($sayings[$randomNumber])) {
219
Console::writeLine("<".$color.">".$sayings[$randomNumber]."...</".$color.">");
0 commit comments