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 61481e1 + 23f36f9 commit 6312cc2Copy full SHA for 6312cc2
src/Request.php
@@ -87,7 +87,7 @@ public static function generateGeneralFakeServerResponse($data = null)
87
//PARAM BINDED IN PHPUNIT TEST FOR TestServerResponse.php
88
//Maybe this is not the best possible implementation
89
90
- //No value set in $data ie testing setWekhook
+ //No value set in $data ie testing setWebhook
91
//Provided $data['chat_id'] ie testing sendMessage
92
93
$fake_response['ok'] = true; // :)
0 commit comments