Completed
Push — 3.x ( 9655c1...767c23 )
by Jordi Sala
04:40
created
Tests/Generator/AdminGeneratorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @return ModelManagerInterface|\PHPUnit_Framework_MockObject_MockObject
70
+     * @return ModelManagerInterface
71 71
      */
72 72
     private function createModelManagerMock()
73 73
     {
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
@@ -38,6 +38,9 @@
 block discarded – undo
38 38
         $this->environment = new \Twig_Environment($loader, array('strict_variables' => true));
39 39
     }
40 40
 
41
+    /**
42
+     * @return string
43
+     */
41 44
     abstract protected function getTemplate();
42 45
 
43 46
     protected function getTranslator()
Please login to merge, or discard this patch.
Tests/Menu/Matcher/Voter/ActiveVoterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * @param mixed $data
41 41
      *
42
-     * @return ItemInterface
42
+     * @return \PHPUnit_Framework_MockObject_MockObject
43 43
      */
44 44
     protected function createItem($data)
45 45
     {
Please login to merge, or discard this patch.
Tests/Menu/Matcher/Voter/AdminVoterTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -68,6 +68,7 @@
 block discarded – undo
68 68
 
69 69
     /**
70 70
      * {@inheritdoc}
71
+     * @param string $code
71 72
      */
72 73
     private function getAdmin($code, $list = false, $granted = false)
73 74
     {
Please login to merge, or discard this patch.
Tests/Security/Handler/RoleSecurityHandlerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@
 block discarded – undo
230 230
     }
231 231
 
232 232
     /**
233
-     * @return AdminInterface
233
+     * @return \PHPUnit_Framework_MockObject_MockObject
234 234
      */
235 235
     private function getSonataAdminObject()
236 236
     {
Please login to merge, or discard this patch.