Skip to content

Commit

Permalink
[TASK] Ignore extension scanner false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Mar 27, 2024
1 parent 8ca5853 commit d90b6ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Controller/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ protected function getContentElementUid()
*/
protected function getContentElementData(): array
{
// @extensionScannerIgnoreLine
return $this->request->getAttribute('currentContentObject')->data;
}

Expand Down

0 comments on commit d90b6ee

Please sign in to comment.