Completed
Pull Request — 3.x (#4591)
by Chris
03:22
created
Tests/Datagrid/ListMapperTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -251,6 +251,10 @@
 block discarded – undo
251 251
         ], true), print_r($this->fieldDescriptionCollection->getElements(), true));
252 252
     }
253 253
 
254
+    /**
255
+     * @param string $name
256
+     * @param string $label
257
+     */
254 258
     private function getFieldDescriptionMock($name = null, $label = null)
255 259
     {
256 260
         $fieldDescription = $this->getMockForAbstractClass('Sonata\AdminBundle\Admin\BaseFieldDescription');
Please login to merge, or discard this patch.
Tests/Datagrid/PagerTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -640,6 +640,10 @@
 block discarded – undo
640 640
         $this->assertSame(null, $this->pager->getQuery());
641 641
     }
642 642
 
643
+    /**
644
+     * @param Pager $obj
645
+     * @param string $name
646
+     */
643 647
     protected function callMethod($obj, $name, array $args = [])
644 648
     {
645 649
         $class = new \ReflectionClass($obj);
Please login to merge, or discard this patch.