Skip to content

Commit 6312cc2

Browse files
committed
Merge pull request #100 from raventid/patch-1
Fixes typo in word Webhook
2 parents 61481e1 + 23f36f9 commit 6312cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static function generateGeneralFakeServerResponse($data = null)
8787
//PARAM BINDED IN PHPUNIT TEST FOR TestServerResponse.php
8888
//Maybe this is not the best possible implementation
8989

90-
//No value set in $data ie testing setWekhook
90+
//No value set in $data ie testing setWebhook
9191
//Provided $data['chat_id'] ie testing sendMessage
9292

9393
$fake_response['ok'] = true; // :)

0 commit comments

Comments
 (0)