drop phpdoc
This commit is contained in:
parent
a29aa2ccd5
commit
ebe4757b5e
|
@ -11,22 +11,8 @@ use OCP\DB\Exception;
|
||||||
|
|
||||||
class SubscriptionChangeSaver
|
class SubscriptionChangeSaver
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
|
||||||
* @var SubscriptionChangesReader
|
|
||||||
*/
|
|
||||||
private SubscriptionChangesReader $subscriptionChangeReader;
|
|
||||||
/**
|
|
||||||
* @var SubscriptionChangeRepository
|
|
||||||
*/
|
|
||||||
private SubscriptionChangeRepository $subscriptionChangeRepository;
|
private SubscriptionChangeRepository $subscriptionChangeRepository;
|
||||||
/**
|
|
||||||
* @var SubscriptionChangeWriter
|
|
||||||
*/
|
|
||||||
private SubscriptionChangeWriter $subscriptionChangeWriter;
|
private SubscriptionChangeWriter $subscriptionChangeWriter;
|
||||||
/**
|
|
||||||
* @var SubscriptionChangeRequestParser
|
|
||||||
*/
|
|
||||||
private SubscriptionChangeRequestParser $subscriptionChangeRequestParser;
|
private SubscriptionChangeRequestParser $subscriptionChangeRequestParser;
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
|
|
Loading…
Reference in New Issue