Changes between Initial Version and Version 1 of Ticket #56485, comment 3
- Timestamp:
- 09/01/2022 01:09:32 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56485, comment 3
initial v1 5 5 For that a full backtrace of the notices is needed to determine where the incorrect function ''call'' is being made. 6 6 7 Note: I've also looked at the patch and this is **not** a correct fix no matter what. The input ''type'' is not being checked and the return type will now potentially widen, which is undesirable and could cause new issues with `null` now being passed as `null` (and potentially other wrong types not handled either).7 Note: I've also looked at the patch and this is **not** a correct fix no matter what. The input ''type'' is not being checked and the return type will now potentially widen, which is undesirable and could cause new issues with `null` now being returned as `null` (and potentially other wrong types not handled either).