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 473a17b commit 174ab74Copy full SHA for 174ab74
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