You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #41561 [String] Fix implicit float-to-int casts (derrabus)
This PR was merged into the 5.2 branch.
Discussion
----------
[String] Fix implicit float-to-int casts
| Q | A
| ------------- | ---
| Branch? | 5.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Part of #41552
| License | MIT
| Doc PR | N/A
`str_repeat()` expects an integer, but the result of the division might be a float. PHP 8.1 will complain here, so I'm using an integer division instead.
Commits
-------
448a017 [String] Fix implicit float-to-int casts
0 commit comments