Skip to content

Commit

Permalink
[TASK] Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Jul 7, 2024
1 parent 6819151 commit 525b594
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Classes/Controller/AddressController.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
use TYPO3\CMS\Extbase\Pagination\QueryResultPaginator;
use TYPO3\CMS\Extbase\Persistence\QueryResultInterface;
use TYPO3\CMS\Extbase\Reflection\ObjectAccess;
use TYPO3\CMS\Extbase\Utility\DebuggerUtility;
use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;

class AddressController extends ActionController
Expand Down Expand Up @@ -63,7 +62,6 @@ public function showAction(?Address $address = null)
$currentContentObject = $this->request->getAttribute('currentContentObject');
$contentData = $currentContentObject instanceof ContentObjectRenderer ? $currentContentObject->data : [];


$this->view->assignMultiple([
'address' => $address,
'contentObjectData' => $contentData,
Expand Down

0 comments on commit 525b594

Please sign in to comment.