Skip to content

Commit

Permalink
IBX-7337: Marked extension as an internal
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk committed Jan 8, 2024
1 parent 8472b5f commit b606ab6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
use Twig\Extension\AbstractExtension;
use Twig\TwigFunction;

/**
* @internal
*/
final class UserPreferenceExtension extends AbstractExtension
{
public function getFunctions(): array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
use Ibexa\Contracts\Core\Repository\UserPreferenceService;
use Twig\Extension\RuntimeExtensionInterface;

/**
* @internal
*/
final class UserPreferenceRuntime implements RuntimeExtensionInterface
{
private UserPreferenceService $userPreferenceService;
Expand Down

0 comments on commit b606ab6

Please sign in to comment.