Completed
Pull Request — master (#4669)
by Jordi Sala
05:03 queued 01:37
created
Admin/AbstractAdmin.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2145,7 +2145,7 @@  discard block
 block discarded – undo
2145 2145
      *
2146 2146
      * @param string $context
2147 2147
      *
2148
-     * @return array
2148
+     * @return string[]
2149 2149
      */
2150 2150
     public function getPermissionsShow($context)
2151 2151
     {
@@ -2389,7 +2389,7 @@  discard block
 block discarded – undo
2389 2389
     /**
2390 2390
      * Set custom per page options.
2391 2391
      *
2392
-     * @param array $options
2392
+     * @param integer[] $options
2393 2393
      */
2394 2394
     public function setPerPageOptions(array $options)
2395 2395
     {
Please login to merge, or discard this patch.