Completed
Pull Request — 3.x (#868)
by
unknown
03:16 queued 01:07
created
src/Datagrid/Pager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
31 31
      */
32 32
     protected $queryBuilder = null;
33 33
 
34
+    /**
35
+     * @return integer
36
+     */
34 37
     public function computeNbResult()
35 38
     {
36 39
         $countQuery = $this->getClonedQuery()->getQuery();
Please login to merge, or discard this patch.