Completed
Pull Request — master (#4669)
by Jordi Sala
03:35
created
Admin/AbstractAdmin.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1910,6 +1910,8 @@  discard block
 block discarded – undo
1910 1910
 
1911 1911
     /**
1912 1912
      * {@inheritdoc}
1913
+     * @param string $id
1914
+     * @param string $domain
1913 1915
      */
1914 1916
     public function trans($id, array $parameters = array(), $domain = null, $locale = null)
1915 1917
     {
@@ -2162,7 +2164,7 @@  discard block
 block discarded – undo
2162 2164
      *
2163 2165
      * @param string $context
2164 2166
      *
2165
-     * @return array
2167
+     * @return string[]
2166 2168
      */
2167 2169
     public function getPermissionsShow($context)
2168 2170
     {
@@ -2406,7 +2408,7 @@  discard block
 block discarded – undo
2406 2408
     /**
2407 2409
      * Set custom per page options.
2408 2410
      *
2409
-     * @param array $options
2411
+     * @param integer[] $options
2410 2412
      */
2411 2413
     public function setPerPageOptions(array $options)
2412 2414
     {
Please login to merge, or discard this patch.