Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs committed Jun 19, 2024
2 parents ac58260 + 93b0475 commit 3e5e51f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions src/Data/OptionData.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ public function __construct(
public Optional|null|string $groupIcon = null,
/** @var Collection<int,OptionData>|null */
public Optional|Collection|null $items = null,
) {
}
) {}
}
3 changes: 1 addition & 2 deletions src/Helpers/RateLimiterHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ public function __construct(
protected string $key,
protected string $by,
protected bool $hashed = true
) {
}
) {}

/**
* Forwards the call to the RateLimiter instance.
Expand Down
4 changes: 1 addition & 3 deletions src/LaravelHelpersServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ public function bootingPackage(): void
// Booting the package
}

public function registeringPackage(): void
{
}
public function registeringPackage(): void {}
}

0 comments on commit 3e5e51f

Please sign in to comment.