Since version `1.1.0` ```php function test(float $value): void { Assert::greaterThan($value, 0); } ``` reports `Call to static method Webmozart\Assert\Assert::greaterThan() with float and 0 will always evaluate to true.`