Skip to content

Commit

Permalink
Add missing property declarations
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Csaposs <carl@csaposs.com>
  • Loading branch information
Carl Csaposs committed May 17, 2022
1 parent cbf91ed commit efc6412
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/private/Preview/BackgroundCleanupJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@

class BackgroundCleanupJob extends TimedJob {

/** @var IConfig */
private $config;

/** @var IDBConnection */
private $connection;

Expand Down
3 changes: 3 additions & 0 deletions tests/lib/Preview/BackgroundCleanupJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ class BackgroundCleanupJobTest extends \Test\TestCase {
/** @var bool */
private $trashEnabled;

/** @var IConfig */
private $config;

/** @var IDBConnection */
private $connection;

Expand Down

0 comments on commit efc6412

Please sign in to comment.