Skip to content

Commit

Permalink
Fix PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Oct 23, 2024
1 parent b6a3e62 commit b7adb24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Classes/Controller/SruController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class SruController extends AbstractController
{
/**
* The main method of the controller
* @xglobal $GLOBALS
* @return ResponseInterface
*/
public function mainAction(): ResponseInterface
Expand Down Expand Up @@ -55,7 +54,6 @@ public function mainAction(): ResponseInterface
}

$pageArguments = $this->request->getAttribute('routing');

$actionUrl = $this->uriBuilder->reset()
->setTargetPageUid($pageArguments->getPageId())
->setCreateAbsoluteUri(true)
Expand Down

0 comments on commit b7adb24

Please sign in to comment.