Skip to content

Commit

Permalink
[TASK] CGL fix core after php-cs-fixer raise
Browse files Browse the repository at this point in the history
We recently raised php-cs-fixer to a new minor
and missed running the fixer on all files which
leads to a red nightly.

> Build/Scripts/runTests.sh -s cgl

Resolves: #98066
Related: #98062
Releases: main
Change-Id: I26f873df9f1d40ed35480df79b4bf6a92cdbb213
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75345
Tested-by: Nikita Hovratov <[email protected]>
Tested-by: core-ci <[email protected]>
Tested-by: Christian Kuhn <[email protected]>
Reviewed-by: Nikita Hovratov <[email protected]>
Reviewed-by: Christian Kuhn <[email protected]>
  • Loading branch information
lolli42 committed Aug 2, 2022
1 parent c876946 commit 39b148d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Controller/InfoPageTyposcriptConfigController.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ public function handleRequest(ServerRequestInterface $request): ResponseInterfac
$pageTsConfig = $pageTsConfig['user.'] ?? [];
break;
default:
// Entire array
}
// Entire array
}
$this->view->assign('tree', $tmpl->ext_getObjTree($pageTsConfig, '', '', (bool)$moduleData->get('tsconf_alphaSort'), $this->currentModule->getIdentifier()));
}
$this->view->assign('alphaSort', BackendUtility::getFuncCheck($this->id, 'tsconf_alphaSort', (bool)$moduleData->get('tsconf_alphaSort'), '', '', 'id="checkTsconf_alphaSort"'));
Expand Down

0 comments on commit 39b148d

Please sign in to comment.