Completed
Push — master ( ef38e3...669e9a )
by
unknown
16s queued 12s
created
Classes/Plugin/OaiPmh.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
             ->delete('tx_dlf_tokens')
88 88
             ->where(
89 89
                 $queryBuilder->expr()->eq('tx_dlf_tokens.ident', $queryBuilder->createNamedParameter('oai')),
90
-                $queryBuilder->expr()->lt('tx_dlf_tokens.tstamp', $queryBuilder->createNamedParameter((int)($GLOBALS['EXEC_TIME'] - $this->conf['expired'])))
90
+                $queryBuilder->expr()->lt('tx_dlf_tokens.tstamp', $queryBuilder->createNamedParameter((int) ($GLOBALS['EXEC_TIME'] - $this->conf['expired'])))
91 91
             )
92 92
             ->execute();
93 93
 
@@ -953,7 +953,7 @@  discard block
 block discarded – undo
953 953
      */
954 954
     protected function generateOutputForDocumentList(DocumentList $documentListSet)
955 955
     {
956
-        $documentsToProcess = $documentListSet->removeRange(0, (int)$this->conf['limit']);
956
+        $documentsToProcess = $documentListSet->removeRange(0, (int) $this->conf['limit']);
957 957
         $verb = $this->piVars['verb'];
958 958
 
959 959
         $connection = GeneralUtility::makeInstance(ConnectionPool::class)
Please login to merge, or discard this patch.