We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212fe40 commit c195787Copy full SHA for c195787
Persister/QueuePagerPersister.php
@@ -111,7 +111,7 @@ public function insert(PagerInterface $pager, array $options = array())
111
$data = JSON::decode($message->getBody());
112
113
$errorMessage = $message->getProperty('fos-populate-error', false);
114
- $objectsCount = $message->getProperty('fos-populate-objects-count', false);
+ $objectsCount = (int) $message->getProperty('fos-populate-objects-count', false);
115
116
$pager->setCurrentPage($data['page']);
117
0 commit comments