We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -295,14 +295,16 @@ |
||
| 295 | 295 | } elseif ( |
| 296 | 296 | !empty($this->physicalStructure) |
| 297 | 297 | && array_key_exists($details['id'], $this->smLinks['l2p']) |
| 298 | - ) { // Are there any physical elements and is this logical unit linked to at least one of them? |
|
| 298 | + ) { |
|
| 299 | +// Are there any physical elements and is this logical unit linked to at least one of them? |
|
| 299 | 300 | $details['points'] = max(intval(array_search($this->smLinks['l2p'][$details['id']][0], $this->physicalStructure, TRUE)), 1); |
| 300 | 301 | if (!empty($this->physicalStructureInfo[$this->smLinks['l2p'][$details['id']][0]]['files'][$extConf['fileGrpThumbs']])) { |
| 301 | 302 | $details['thumbnailId'] = $this->physicalStructureInfo[$this->smLinks['l2p'][$details['id']][0]]['files'][$extConf['fileGrpThumbs']]; |
| 302 | 303 | } |
| 303 | 304 | // Get page/track number of the first page/track related to this structure element. |
| 304 | 305 | $details['pagination'] = $this->physicalStructureInfo[$this->smLinks['l2p'][$details['id']][0]]['orderlabel']; |
| 305 | - } elseif ($details['id'] == $this->_getToplevelId()) { // Is this the toplevel structure element? |
|
| 306 | + } elseif ($details['id'] == $this->_getToplevelId()) { |
|
| 307 | +// Is this the toplevel structure element? |
|
| 306 | 308 | // Yes. Point to itself. |
| 307 | 309 | $details['points'] = 1; |
| 308 | 310 | if ( |