Skip to content

Commit

Permalink
Merge pull request #10 from margarizaldi/1.x
Browse files Browse the repository at this point in the history
Facade's phpdoc correction
  • Loading branch information
milwad-dev authored Jul 7, 2024
2 parents 40ecfd0 + 068e72d commit d87388d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Facades/LaravelStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
use Illuminate\Support\Facades\Facade;

/**
* @method static from(string $path): static
* @method static to(string $to): static
* @method static name(string $name): static
* @method static ext(string $ext): static
* @method static replace(string $key, mixed $value): static
* @method static replaces(array $replaces): static
* @method static download(): mixed
* @method static generate(): bool
* @method static static from(string $path)
* @method static static to(string $to)
* @method static static name(string $name)
* @method static static ext(string $ext)
* @method static static replace(string $key, mixed $value)
* @method static static replaces(array $replaces)
* @method static mixed download()
* @method static bool generate()
*
* @see \Binafy\LaravelStub\LaravelStub
*/
Expand Down

0 comments on commit d87388d

Please sign in to comment.