Completed
Pull Request — 3.x-dev-kit (#736)
by
unknown
12:39 queued 10:58
created
Tests/Model/ModelManagerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -500,6 +500,9 @@
 block discarded – undo
500 500
         $this->assertSame('hello', $object->getMultiWordProperty());
501 501
     }
502 502
 
503
+    /**
504
+     * @param string $class
505
+     */
503 506
     private function getMetadata($class, $isVersioned)
504 507
     {
505 508
         $metadata = new ClassMetadata($class);
Please login to merge, or discard this patch.
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.