Completed
Pull Request — 3.x (#730)
by
unknown
01:45
created
Datagrid/ProxyQuery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     }
196 196
 
197 197
     /**
198
-     * @return mixed
198
+     * @return QueryBuilder
199 199
      */
200 200
     public function getQueryBuilder()
201 201
     {
@@ -288,7 +288,7 @@  discard block
 block discarded – undo
288 288
      * Sets a {@see \Doctrine\ORM\Query} hint. If the hint name is not recognized, it is silently ignored.
289 289
      *
290 290
      * @param string $name  the name of the hint
291
-     * @param mixed  $value the value of the hint
291
+     * @param string  $value the value of the hint
292 292
      *
293 293
      * @return ProxyQueryInterface
294 294
      *
Please login to merge, or discard this patch.