We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | ->where( |
| 128 | 128 | $queryBuilder->expr()->eq('tx_dlf_documents.pid', intval($this->conf['pages'])), |
| 129 | 129 | $queryBuilder->expr()->eq('tx_dlf_collections_join.pid', intval($this->conf['pages'])), |
| 130 | - $queryBuilder->expr()->notIn('tx_dlf_documents.uid', $subQuery), |
|
| 130 | + $queryBuilder->expr()->notIn('tx_dlf_documents.uid', $subQuery), |
|
| 131 | 131 | $queryBuilder->expr()->in('tx_dlf_collections_join.uid', $queryBuilder->createNamedParameter(GeneralUtility::intExplode(',', $this->conf['collections']), Connection::PARAM_INT_ARRAY)), |
| 132 | 132 | $queryBuilder->expr()->eq('tx_dlf_relations_joins.ident', $queryBuilder->createNamedParameter('docs_colls')) |
| 133 | 133 | ) |
@@ -168,7 +168,7 @@ discard block |
||
| 168 | 168 | ->from('tx_dlf_documents') |
| 169 | 169 | ->where( |
| 170 | 170 | $queryBuilder->expr()->eq('tx_dlf_documents.pid', intval($this->conf['pages'])), |
| 171 | - $queryBuilder->expr()->notIn('tx_dlf_documents.uid', $subQuery) |
|
| 171 | + $queryBuilder->expr()->notIn('tx_dlf_documents.uid', $subQuery) |
|
| 172 | 172 | ) |
| 173 | 173 | ->execute() |
| 174 | 174 | ->fetchColumn(0); |