We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -107,6 +107,6 @@ |
||
| 107 | 107 | } |
| 108 | 108 | |
| 109 | 109 | private function getUid($uid) { |
| 110 | - return is_numeric($uid) > 0 ? intval($uid) : $uid; |
|
| 110 | + return is_numeric($uid) > 0 ? intval($uid) : $uid; |
|
| 111 | 111 | } |
| 112 | 112 | } |
@@ -265,7 +265,7 @@ |
||
| 265 | 265 | |
| 266 | 266 | $query = $this->solr->service->createSelect(); |
| 267 | 267 | // Restrict the fields to the required ones |
| 268 | - $query->setFields($fields['uid'] .',' . $fields['id'] .',' . $fields['toplevel'] .',' . $fields['thumbnail'] .',' . $fields['page']); |
|
| 268 | + $query->setFields($fields['uid'] . ',' . $fields['id'] . ',' . $fields['toplevel'] . ',' . $fields['thumbnail'] . ',' . $fields['page']); |
|
| 269 | 269 | foreach ($this->solrConfig as $solr_name) { |
| 270 | 270 | $query->addField($solr_name); |
| 271 | 271 | } |