♻️ Extract subscription classes for PSR 2
commit479c05b1f975e52558d9ff3234097c0c5c405d27
authorMichael Große <mic.grosse@googlemail.com>
Sat, 20 Apr 2019 19:25:31 +0000 (20 21:25 +0200)
committerMichael Große <mic.grosse@googlemail.com>
Sat, 20 Apr 2019 22:43:51 +0000 (21 00:43 +0200)
treeeaec3e4c03dc97c130a6e0f37957bdb16bc449d6
parent749c002394774d4323466fa0c9370aa913b1849d
♻️  Extract subscription classes for PSR 2

This allows us to rename the snake_case methods and to group them in a
more sensible manner.
inc/Subscriptions/ChangesSubscriptionSender.php [new file with mode: 0644]
inc/Subscriptions/RegistrationSubscriptionSender.php [new file with mode: 0644]
inc/Subscriptions/SubscriberManager.php [new file with mode: 0644]
inc/Subscriptions/SubscriberRegexBuilder.php [new file with mode: 0644]
inc/Subscriptions/SubscriptionSender.php [new file with mode: 0644]
inc/subscription.php