Commit a420f12
committed
Double & float are the same in PHP
See:
- https://www.php.net/manual/en/migration85.deprecated.php
- https://php.watch/versions/8.5/boolean-double-integer-binary-casts-deprecated
Non-canonical cast names (boolean), (integer), (double), and (binary)
have been deprecated, use (bool), (int), (float), and (string) respectively.1 parent e25ee06 commit a420f12
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments