Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Add typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
foxws committed Oct 16, 2022
1 parent b2842ee commit 9dea55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/WithRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

trait WithRules
{
protected $rules = [];
protected array $rules = [];

protected function rules(): array
{
Expand Down

0 comments on commit 9dea55b

Please sign in to comment.