Completed
Pull Request — master (#704)
by Grégoire
03:29
created
Tests/Helpers/PHPUnit_Framework_TestCase.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -42,6 +42,7 @@
 block discarded – undo
42 42
 
43 43
     /**
44 44
      * {@inheritdoc}
45
+     * @param string $originalClassName
45 46
      */
46 47
     protected function createMock($originalClassName)
47 48
     {
Please login to merge, or discard this patch.
Tests/Model/ModelManagerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -479,6 +479,9 @@
 block discarded – undo
479 479
         $manager->getDataSourceIterator($datagrid, array());
480 480
     }
481 481
 
482
+    /**
483
+     * @param string $class
484
+     */
482 485
     private function getMetadata($class, $isVersioned)
483 486
     {
484 487
         $metadata = new ClassMetadata($class);
Please login to merge, or discard this patch.