Skip to content

Commit

Permalink
Restore phpdoc annots
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
  • Loading branch information
solracsf authored Nov 27, 2023
1 parent 38f442a commit b04f176
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/files_versions/lib/Listener/FileEventsListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,17 @@
use Psr\Log\LoggerInterface;

class FileEventsListener implements IEventListener {
/**
* @var array<int, array>
*/
private array $writeHookInfo = [];
/**
* @var array<int, Node>
*/
private array $nodesTouched = [];
/**
* @var array<string, Node>
*/
private array $versionsDeleted = [];

public function __construct(
Expand Down

0 comments on commit b04f176

Please sign in to comment.