Completed
Pull Request — 3.x (#5672)
by Christian
05:53 queued 02:16
created
src/Admin/AbstractAdmin.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1040,6 +1040,7 @@  discard block
 block discarded – undo
1040 1040
 
1041 1041
     /**
1042 1042
      * NEXT_MAJOR: remove this method.
1043
+     * @param string $subClass
1043 1044
      */
1044 1045
     public function addSubClass($subClass)
1045 1046
     {
@@ -2349,7 +2350,7 @@  discard block
 block discarded – undo
2349 2350
      *
2350 2351
      * @param string $context
2351 2352
      *
2352
-     * @return array
2353
+     * @return string[]
2353 2354
      */
2354 2355
     public function getPermissionsShow($context)
2355 2356
     {
@@ -2912,6 +2913,7 @@  discard block
 block discarded – undo
2912 2913
      * NEXT_MAJOR: remove this method.
2913 2914
      *
2914 2915
      * @deprecated Use configureTabMenu instead
2916
+     * @param string $action
2915 2917
      */
2916 2918
     protected function configureSideMenu(MenuItemInterface $menu, $action, AdminInterface $childAdmin = null)
2917 2919
     {
Please login to merge, or discard this patch.