Skip to content

Commit

Permalink
Feat:using @mixin phpstrom comment insted of list all methods in Hash…
Browse files Browse the repository at this point in the history
… Facade
  • Loading branch information
mehdi-fathi committed Aug 30, 2024
1 parent b9cf7d3 commit 556db37
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions src/Illuminate/Support/Facades/Hash.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,7 @@
namespace Illuminate\Support\Facades;

/**
* @method static \Illuminate\Hashing\BcryptHasher createBcryptDriver()
* @method static \Illuminate\Hashing\ArgonHasher createArgonDriver()
* @method static \Illuminate\Hashing\Argon2IdHasher createArgon2idDriver()
* @method static array info(string $hashedValue)
* @method static string make(string $value, array $options = [])
* @method static bool check(string $value, string $hashedValue, array $options = [])
* @method static bool needsRehash(string $hashedValue, array $options = [])
* @method static bool isHashed(string $value)
* @method static string getDefaultDriver()
* @method static mixed driver(string|null $driver = null)
* @method static \Illuminate\Hashing\HashManager extend(string $driver, \Closure $callback)
* @method static array getDrivers()
* @method static \Illuminate\Contracts\Container\Container getContainer()
* @method static \Illuminate\Hashing\HashManager setContainer(\Illuminate\Contracts\Container\Container $container)
* @method static \Illuminate\Hashing\HashManager forgetDrivers()
*
* @see \Illuminate\Hashing\HashManager
* @see \Illuminate\Hashing\AbstractHasher
* @mixin \Illuminate\Hashing\HashManager
*/
class Hash extends Facade
{
Expand Down

0 comments on commit 556db37

Please sign in to comment.