Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev authored and github-actions[bot] committed Jun 2, 2024
1 parent f0046ec commit 8eb0af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Rules/ValidJalaliDate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ class ValidJalaliDate implements Rule
{
public function __construct(
public string $character = '/',
) {}
) {
}

/**
* Check jalali date is valid.
Expand Down

0 comments on commit 8eb0af8

Please sign in to comment.