| #
6c16a3a9 |
| 14-Sep-2023 |
fiwswe <fiwswe@fwml.de> |
Use str_starts_with/str_ends_with
|
| #
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
| #
51ee2399 |
| 30-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update some plugin classes in phpdocs, reformatting
|
| #
8553d24d |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector renames
|
| #
5983e241 |
| 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Subscriptions
|
| #
062cf88b |
| 26-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
avoid warning for new subscribers
When a subscriber never received an email no last sent timestamp is set. PHP8 threw a warning on a missing array key, there.
|
| #
9efb6f4a |
| 25-Mar-2020 |
Phy <git@phy25.com> |
check if user is empty in userSubscription, fixes #2003
This makes sure SubscriberRegexBuilder is used properly and won't throw exception in userSubscription.
|
| #
9c22b77c |
| 20-Apr-2019 |
Michael Große <mic.grosse@googlemail.com> |
Automatic code style fixes for subscription 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.
|