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