We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -299,7 +299,8 @@ |
||
| 299 | 299 | // Collect IDs of all logical structures. This is a flattened tree, so the |
| 300 | 300 | // order also works for rootline configurations. |
| 301 | 301 | $allIds = []; |
| 302 | - function getIds($toc, &$output) { |
|
| 302 | + function getIds($toc, &$output) |
|
| 303 | + { |
|
| 303 | 304 | foreach ($toc as $entry) { |
| 304 | 305 | $output[$entry['id']] = true; |
| 305 | 306 | if (is_array($entry['children'])) { |
@@ -135,7 +135,8 @@ |
||
| 135 | 135 | // page: \d+ |
| 136 | 136 | // double: 0|1 |
| 137 | 137 | |
| 138 | - $make = function ($page, $double, $pagegrid) { |
|
| 138 | + $make = function ($page, $double, $pagegrid) |
|
| 139 | + { |
|
| 139 | 140 | $result = $this->uriBuilder->reset() |
| 140 | 141 | ->setTargetPageUid($GLOBALS['TSFE']->id) |
| 141 | 142 | ->setCreateAbsoluteUri(!empty($this->settings['forceAbsoluteUrl']) ? true : false) |