Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Sep 26, 2022
1 parent 82dbd40 commit 91735c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function testCommonRules()
'even' => 8,
'floatVal' => 9.8,
'graph' => 'LKM@#$%4;',
'instance' => new \Datetime(),
'instance' => new \DateTime(),
'int' => 9,
'json' => '{"file":"laravel.php"}',
'leapDate' => '1988-02-29',
Expand Down

0 comments on commit 91735c3

Please sign in to comment.