Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 14, 2020
1 parent d22080a commit 35f9e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Inputs/RangeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function testDecimalStep()
'min' => 1,
'max' => 10,
'step' => 0.5,
'value' => 5
'value' => 5,
]);

$this->assertTrue($input->isValid());
Expand Down

0 comments on commit 35f9e0d

Please sign in to comment.