Skip to content

Commit

Permalink
fix: psalm
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Nov 25, 2024
1 parent fbc129e commit a2a36fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/private/Files/Template/TemplateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ class TemplateManager implements ITemplateManager {
private array $types = [];
private ?array $providers = null;

private ?string $userId;
private $l10n;

public function __construct(
private IServerContainer $serverContainer,
private IEventDispatcher $eventDispatcher,
Expand Down

0 comments on commit a2a36fe

Please sign in to comment.