Skip to content

Commit

Permalink
QA fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Dec 7, 2020
1 parent 6f5b9a9 commit 4365d69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Models/PropertiesManager.php
Expand Up @@ -57,12 +57,16 @@ class PropertiesManager implements IPropertiesManager

/** @var Closure[] */
public $onAfterDelete = [];

/** @var Log\LoggerInterface */
protected $logger;

/** @var int[] */
private $retries = [];

/** @var Connections\ICouchDbConnection */
private $dbClient;

/** @var DateTimeFactory\DateTimeFactory */
private $dateFactory;

Expand Down

0 comments on commit 4365d69

Please sign in to comment.