Completed
Pull Request — master (#19)
by Daniel
02:03
created
lib/GridFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -78,6 +78,9 @@
 block discarded – undo
78 78
         return $this->filterFactory->createExpression($gridMetadata, $filterData);
79 79
     }
80 80
 
81
+    /**
82
+     * @return null|integer
83
+     */
81 84
     private function getNumberOfRecords(AgentInterface $agent, Query $query)
82 85
     {
83 86
         if (false === $agent->getCapabilities()->canQueryCount()) {
Please login to merge, or discard this patch.