Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Aug 16, 2023
1 parent 38da29f commit 942b204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/QueuableService.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(
public ?array $data = null
) {
if ($data !== null) {
$this->validateRules($data ?? []);
$this->validateRules($data);
}
}

Expand Down

0 comments on commit 942b204

Please sign in to comment.