From d086551637bd2fe0c5fedf6d95de67a95b3c5527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mi=C5=A1=C4=8Devi=C4=87?= Date: Fri, 2 Jul 2021 22:51:43 +0200 Subject: [PATCH] Add new tweets. --- tweets.php | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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', + ], ];