Skip to content
This repository was archived by the owner on Aug 8, 2019. It is now read-only.

Commit 97515db

Browse files
committed
Housekeeping: CS
1 parent a31e09d commit 97515db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Assert/Tests/AssertTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public function testValidFloat()
3030
{
3131
Assertion::float(1.0);
3232
Assertion::float(0.1);
33-
Assertion::float(-1.1);
33+
Assertion::float(-1.1);
3434
}
35-
35+
3636
public static function dataInvalidInteger()
3737
{
3838
return array(

0 commit comments

Comments
 (0)