Completed
Push — siteaccessaware-layer-only ( f18ba0...dccca4 )
by André
13:09
created
eZ/Publish/Core/Repository/SiteAccessAware/Tests/AbstractServiceTest.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,6 +38,9 @@  discard block
 block discarded – undo
38 38
      */
39 39
     protected $languageHelperMock;
40 40
 
41
+    /**
42
+     * @return string
43
+     */
41 44
     abstract public function getAPIServiceClassName();
42 45
 
43 46
     abstract public function getSiteAccessAwareServiceClassName();
@@ -107,7 +110,7 @@  discard block
 block discarded – undo
107 110
     /**
108 111
      * Method to be able to customize the logic for setting language argument.
109 112
      *
110
-     * @param array $languages
113
+     * @param string[] $languages
111 114
      *
112 115
      * @return array
113 116
      */
Please login to merge, or discard this patch.