Skip to content

Commit 1726499

Browse files
committed
Fix "Integer Coercion" page
1 parent 124d7ad commit 1726499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Writerside/topics/mapper/coercers/int-type-coercer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Cast passed value into a PHP int type.
119119
The float value must satisfy the following rules:
120120
<list>
121121
<li>
122-
<p>Must not be more than <code>PHP_INT_MAX</code>
122+
Must not be more than <code>PHP_INT_MAX</code>
123123
</li>
124124
<li>
125125
Must not be less than <code>PHP_INT_MIN</code>

0 commit comments

Comments
 (0)