We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -109,7 +109,7 @@ |
||
| 109 | 109 | if ($this->piVars['pointer'] < $maxPages - 1) { |
| 110 | 110 | $output .= $this->pi_linkTP_keepPIvars($this->pi_getLL('nextPage', '>', true), ['pointer' => $this->piVars['pointer'] + 1], true); |
| 111 | 111 | } else { |
| 112 | - $output .= '<span>' .$this->pi_getLL('nextPage', '>', true) . '</span>'; |
|
| 112 | + $output .= '<span>' . $this->pi_getLL('nextPage', '>', true) . '</span>'; |
|
| 113 | 113 | } |
| 114 | 114 | return $output; |
| 115 | 115 | } |