Completed
Pull Request — master (#20)
by Daniel
03:28 queued 01:28
created
lib/Metadata/ClassMetadata.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -9,6 +9,9 @@
 block discarded – undo
9 9
 {
10 10
     private $grids;
11 11
 
12
+    /**
13
+     * @param string $name
14
+     */
12 15
     public function __construct($name, array $grids)
13 16
     {
14 17
         parent::__construct($name);
Please login to merge, or discard this patch.
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.