Home
last modified time | relevance | path

Searched hist:"99 a0b4268939573d3e046affd7b2795d97513f54" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php99a0b4268939573d3e046affd7b2795d97513f54 Fri Nov 22 16:27:22 UTC 2024 Andreas Gohr <andi@splitbrain.org> mark nullable types explicitly

PHP 8.4 will throw a warning where type hints without a ?prefix are used
and nullable parameters can be passed.

I'm not sure if I found all occurances, but we still rarely use type
hints, so it might not be many indeed.

/dokuwiki/inc/
H A Dparserutils.php99a0b4268939573d3e046affd7b2795d97513f54 Fri Nov 22 16:27:22 UTC 2024 Andreas Gohr <andi@splitbrain.org> mark nullable types explicitly

PHP 8.4 will throw a warning where type hints without a ?prefix are used
and nullable parameters can be passed.

I'm not sure if I found all occurances, but we still rarely use type
hints, so it might not be many indeed.