History log of /dokuwiki/inc/Subscriptions/SubscriptionSender.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 99a0b426 22-Nov-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 r

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.

show more ...


# 5983e241 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Subscriptions


# 704a815f 22-Apr-2019 Michael Große <mic.grosse@googlemail.com>

♻️ Split up ChangesSubscriptionSender into multiple classes

This should better adhere to SRP and simplify things.


# 9c22b77c 20-Apr-2019 Michael Große <mic.grosse@googlemail.com>

Automatic code style fixes for subscription classes


# 47de339b 20-Apr-2019 Michael Große <mic.grosse@googlemail.com>

✅ Fix Subscriptions tests

This splits up and slightly refactors the tests for the refactored subscriptions classes


# 479c05b1 20-Apr-2019 Michael Große <mic.grosse@googlemail.com>

♻️ Extract subscription classes for PSR 2

This allows us to rename the snake_case methods and to group them in a
more sensible manner.