The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 1724fd09 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 17cfbd1a
No related merge requests found
...@@ -164,7 +164,7 @@ class Connector extends \VuFindSearch\Backend\SRU\Connector ...@@ -164,7 +164,7 @@ class Connector extends \VuFindSearch\Backend\SRU\Connector
return [ return [
'docs' => $finalDocs, 'docs' => $finalDocs,
'offset' => $offset, 'offset' => $offset,
'total' => (int) ($xml->numberOfRecords ?? 0) 'total' => (int)($xml->numberOfRecords ?? 0)
]; ];
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment