Skip to content

Commit

Permalink
Merge pull request #96 from mdavis1982/add-float-assertion-to-readme
Browse files Browse the repository at this point in the history
Add float assertion to the list of assertions in README. Fixes #95.
  • Loading branch information
beberlei committed Feb 23, 2015
2 parents 160eba4 + c655431 commit 71fc024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ use Assert\Assertion;
Assertion::integer($value);
Assertion::digit($value);
Assertion::integerish($value);
Assertion::float($value);
Assertion::range($value, $minValue, $maxValue);
Assertion::boolean($value);
Assertion::scalar($value);
Expand Down

0 comments on commit 71fc024

Please sign in to comment.