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.
1 parent ef5220d commit 36694daCopy full SHA for 36694da
src/Facades/Telegram.php
@@ -2,9 +2,9 @@
2
3
namespace Telegram\Bot\Laravel\Facades;
4
5
-use Telegram\Bot\Testing\BotFake;
6
use Illuminate\Support\Facades\Facade;
7
use Telegram\Bot\BotManager;
+use Telegram\Bot\Testing\BotFake;
8
9
/**
10
* @see \Telegram\Bot\BotManager
@@ -15,10 +15,6 @@ class Telegram extends Facade
15
{
16
17
* Replace the bound instance with a fake.
18
- *
19
- * @param array $responses
20
21
- * @return BotFake
22
*/
23
public static function fake(array $responses = []): BotFake
24
0 commit comments