Completed
Push — 3.x ( 640d2f...56238c )
by Oskar
03:08
created
tests/Datagrid/PagerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -647,6 +647,9 @@
 block discarded – undo
647 647
         $this->assertNull($this->pager->getQuery());
648 648
     }
649 649
 
650
+    /**
651
+     * @param Pager $obj
652
+     */
650 653
     protected function callMethod($obj, string $name, array $args = [])
651 654
     {
652 655
         $class = new \ReflectionClass($obj);
Please login to merge, or discard this patch.
tests/Menu/Integration/BaseMenuTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
         $this->environment = new Environment($loader, ['strict_variables' => true]);
45 45
     }
46 46
 
47
+    /**
48
+     * @return string
49
+     */
47 50
     abstract protected function getTemplate();
48 51
 
49 52
     protected function getTranslator(): TranslatorInterface
Please login to merge, or discard this patch.