Skip to content

Commit

Permalink
Merge pull request #18 from Mane-Olawale/fix-docs-block
Browse files Browse the repository at this point in the history
fix: change facades docs block methods to static
  • Loading branch information
Mane-Olawale authored Aug 14, 2022
2 parents cc68203 + 5f9aa20 commit a2e1f97
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Facades/Termii.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
use Illuminate\Support\Facades\Facade;

/**
* @method self usingClient(\ManeOlawale\Termii\Client $client)
* @method \ManeOlawale\Termii\Client client()
* @method \ManeOlawale\Laravel\Termii\Entities\Token OTP(string $key, string $signature = null)
* @method \GuzzleHttp\Psr7\Response fallbackResponse(\GuzzleHttp\Psr7\Response $response = null)
* @method self mock(string $alias, \ManeOlawale\Laravel\Termii\Testing\Sequence $sequence = null)
* @method \ManeOlawale\Laravel\Termii\Testing\TermiiFake fake(array $fakes = null)
* @method array send(string $to, string $message, string $from = null, string $channel = null)
* @method static self usingClient(\ManeOlawale\Termii\Client $client)
* @method static \ManeOlawale\Termii\Client client()
* @method static \ManeOlawale\Laravel\Termii\Entities\Token OTP(string $key, string $signature = null)
* @method static \GuzzleHttp\Psr7\Response fallbackResponse(\GuzzleHttp\Psr7\Response $response = null)
* @method static self mock(string $alias, \ManeOlawale\Laravel\Termii\Testing\Sequence $sequence = null)
* @method static \ManeOlawale\Laravel\Termii\Testing\TermiiFake fake(array $fakes = null)
* @method static array send(string $to, string $message, string $from = null, string $channel = null)
*/
class Termii extends Facade
{
Expand Down

0 comments on commit a2e1f97

Please sign in to comment.