diff --git a/tweets.php b/tweets.php index 53b581e..c7fc985 100644 --- a/tweets.php +++ b/tweets.php @@ -111,5 +111,29 @@ 'probability' => 5, 'type' => 'no', ], - + [ + 'text' => 'Dying?', + 'probability' => 5, + 'type' => 'no', + ], + [ + 'text' => 'Yes, if you ignore the PHP usage statistics.', + 'probability' => 5, + 'type' => 'no', + ], + [ + 'text' => 'I don\'t believe it.', + 'probability' => 5, + 'type' => 'no', + ], + [ + 'text' => 'Only in your dreams.', + 'probability' => 5, + 'type' => 'no', + ], + [ + 'text' => 'Yes, PHP 5 is dying.', + 'probability' => 5, + 'type' => 'no', + ], ];