Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
xoesae committed Jan 31, 2025
1 parent 4a860dc commit 23acf6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Validation/ValidationNumericRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,5 +345,4 @@ public function testUniquenessValidation()
$rule = Rule::numeric()->integer()->digits(2)->size(2);
$this->assertEquals('numeric|integer|digits:2|size:2', (string) $rule);
}

}

0 comments on commit 23acf6c

Please sign in to comment.