Skip to content

Commit

Permalink
(chore) sytleci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veelasky committed Aug 19, 2023
1 parent 6c207c8 commit 3c586c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
namespace Veelasky\LaravelHashId;

/**
* @method static \Hashids\Hashids[]|array all()
* @method static int|null hashToId(string $hash, string $key = 'default')
* @method static string idToHash(int $id, string $key = 'default')
* @method static \Hashids\Hashids make(string $key, string $salt)
* @method static \Hashids\Hashids[]|array all()
* @method static int|null hashToId(string $hash, string $key = 'default')
* @method static string idToHash(int $id, string $key = 'default')
* @method static \Hashids\Hashids make(string $key, string $salt)
* @method static \Veelasky\LaravelHashId\Repository set(string $key, \Hashids\Hashids $hashids)
* @method static \Hashids\Hashids get(string $key)
* @method static bool has(string $key)
* @method static \Hashids\Hashids get(string $key)
* @method static bool has(string $key)
*/
class Facade extends \Illuminate\Support\Facades\Facade
{
Expand Down

0 comments on commit 3c586c1

Please sign in to comment.