Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56485, comment 3


Ignore:
Timestamp:
09/01/2022 01:09:32 PM (2 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56485, comment 3

    initial v1  
    55For that a full backtrace of the notices is needed to determine where the incorrect function ''call'' is being made.
    66
    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).
     7Note: 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).