Skip to content

Commit 36694da

Browse files
irazasyedgithub-actions[bot]
authored andcommitted
Fix styling
1 parent ef5220d commit 36694da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Facades/Telegram.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Telegram\Bot\Laravel\Facades;
44

5-
use Telegram\Bot\Testing\BotFake;
65
use Illuminate\Support\Facades\Facade;
76
use Telegram\Bot\BotManager;
7+
use Telegram\Bot\Testing\BotFake;
88

99
/**
1010
* @see \Telegram\Bot\BotManager
@@ -15,10 +15,6 @@ class Telegram extends Facade
1515
{
1616
/**
1717
* Replace the bound instance with a fake.
18-
*
19-
* @param array $responses
20-
*
21-
* @return BotFake
2218
*/
2319
public static function fake(array $responses = []): BotFake
2420
{

0 commit comments

Comments
 (0)