Completed
Push — ezp25376-fields_groups ( 9d3f9c...0439a5 )
by
unknown
27:31
created
eZ/Publish/Core/Helper/Tests/FieldsGroups/SettingsFieldsGroupsListTest.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,6 +65,9 @@  discard block
 block discarded – undo
65 65
         );
66 66
     }
67 67
 
68
+    /**
69
+     * @param string $default
70
+     */
68 71
     private function buildList($groups, $default)
69 72
     {
70 73
         return new SettingsFieldsGroupsList(
@@ -75,7 +78,7 @@  discard block
 block discarded – undo
75 78
     }
76 79
 
77 80
     /**
78
-     * @return \Symfony\Component\Translation\TranslatorInterface|\PHPUnit_Framework_MockObject_MockObject
81
+     * @return \Symfony\Component\Translation\TranslatorInterface
79 82
      */
80 83
     private function getTranslatorMock()
81 84
     {
Please login to merge, or discard this patch.