Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
imdhemy committed Feb 5, 2023
1 parent 801b030 commit 09fd9a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Http/Rules/ValidReceipt.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ class ValidReceipt implements Rule
* Determine if the validation rule passes.
*
* @param string $attribute
* @param mixed $value
* @param mixed $value
*
* @throws InvalidReceiptException
*
* @deprecated - This rule will be removed in the next major release
*
* @psalm-suppress MixedAssignment
* @psalm-suppress MixedArrayAccess
* @psalm-suppress MixedArgument
Expand Down

0 comments on commit 09fd9a6

Please sign in to comment.