Changes between Initial Version and Version 1 of Ticket #46550, comment 7
- Timestamp:
- 08/02/2023 03:49:25 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46550, comment 7
initial v1 1 1 > It causes no warnings nor errors in PHP unless strict typing is declared: https://3v4l.org/dEQk2. 2 2 3 Agreed and using `strict_types = 1` in the context of WP is generally not the greatest idea as WP is as loos ely as possible, so this would easily cause a mountain of errors.3 Agreed and using `strict_types = 1` in the context of WP is generally not the greatest idea as WP is as loosy as possible, so this would easily cause a mountain of errors. 4 4 5 5 Having said that, the proposed fix looks like a good improvement, though for reasons of synchronicity with PHP core, not for compatibility reasons.