We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -130,11 +130,11 @@ |
||
| 130 | 130 | ); |
| 131 | 131 | } |
| 132 | 132 | } elseif ($annotationTarget->getObjectId()) { |
| 133 | - $objectTargetPages = []; |
|
| 133 | + $objectTargetPages = []; |
|
| 134 | 134 | foreach ($this->document->getCurrentDocument()->physicalStructureInfo as $physInfo) { |
| 135 | - $order = $physInfo['order']; |
|
| 135 | + $order = $physInfo['order']; |
|
| 136 | 136 | if ($order) { |
| 137 | - $objectTargetPages[] = $order; |
|
| 137 | + $objectTargetPages[] = $order; |
|
| 138 | 138 | } |
| 139 | 139 | } |
| 140 | 140 | if ($objectTargetPages) { |