Skip to content

Commit

Permalink
[TASK] Remove phpstan ignore line
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 8, 2024
1 parent 7938c39 commit 292fa4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Data/PaginateViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public function render(): string
/** @var ServerRequestInterface|null $request */
$request = $renderingContext->getRequest();

/** @phpstan-ignore-next-line */
if ($request instanceof ServerRequestInterface) {
$objects = $this->arguments['objects'];
if (!($objects instanceof QueryResultInterface || is_array($objects))) {
Expand Down

0 comments on commit 292fa4c

Please sign in to comment.