Skip to content

Commit

Permalink
[TASK] Apply CGL
Browse files Browse the repository at this point in the history
  • Loading branch information
ohader committed Oct 28, 2024
1 parent db9bed4 commit cddbd40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Classes/ViewHelpers/Data/PaginateViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ class PaginateViewHelper extends AbstractViewHelper

public function __construct(
protected readonly ViewFactoryInterface $viewFactory,
) {}
) {
}

public function initializeArguments(): void
{
Expand Down
3 changes: 2 additions & 1 deletion Classes/ViewHelpers/FrameViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class FrameViewHelper extends AbstractViewHelper

public function __construct(
protected readonly ViewFactoryInterface $viewFactory,
) {}
) {
}

public function initializeArguments(): void
{
Expand Down

0 comments on commit cddbd40

Please sign in to comment.