Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion tweets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good one 👍

'probability' => 5,
'type' => 'no',
],
];