Skip to content

Commit

Permalink
Added abstract stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko committed Dec 19, 2024
1 parent db52bcd commit f250393
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/cms/classes/ThemeManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,14 @@ public function deleteTheme($theme): mixed
{
return $this->uninstall($theme);
}

public function availableUpdates(WinterExtension|string|null $extension = null): ?array
{
// TODO: Implement availableUpdates() method.
}

public function tearDown(): static
{
// TODO: Implement tearDown() method.
}
}

0 comments on commit f250393

Please sign in to comment.