Commit 3a97501
authored
Type juggling: fix incorrect deprecation version info for (real) (php#4929)
Page: https://www.php.net/manual/en/language.types.type-juggling.php#language.types.typecasting
The `(real)` cast was deprecated in PHP 7.4 and removed in PHP 8.0.
Refs:
* https://wiki.php.net/rfc/deprecations_php_7_4#the_real_type
* https://www.php.net/manual/en/migration74.deprecated.php#migration74.deprecated.core.real
Co-authored-by: jrfnl <[email protected]>1 parent 85c47f8 commit 3a97501
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
| 334 | + | |
334 | 335 | | |
335 | 336 | | |
336 | 337 | | |
| |||
0 commit comments