We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b8074 commit 9da1f51Copy full SHA for 9da1f51
tests/data/absint.php
@@ -35,7 +35,7 @@
35
assertType('int<1, max>', absint(-1));
36
assertType('int<1, max>', absint(-10));
37
38
-// Returns non-negative integer for floats, numeric strings, ressources
+// Returns non-negative integer for floats, numeric strings, resources
39
assertType('int<0, max>', absint(1.0));
40
assertType('int<0, max>', absint(Faker::float()));
41
assertType('int<0, max>', absint('-10'));
0 commit comments