Completed
Pull Request — 3.x (#6038)
by Javier
03:19
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
     {
@@ -2378,7 +2379,7 @@  discard block
 block discarded – undo
2378 2379
      *
2379 2380
      * @param string $context
2380 2381
      *
2381
-     * @return array
2382
+     * @return string[]
2382 2383
      */
2383 2384
     public function getPermissionsShow($context)
2384 2385
     {
@@ -2948,6 +2949,7 @@  discard block
 block discarded – undo
2948 2949
      * NEXT_MAJOR: remove this method.
2949 2950
      *
2950 2951
      * @deprecated Use configureTabMenu instead
2952
+     * @param string $action
2951 2953
      */
2952 2954
     protected function configureSideMenu(ItemInterface $menu, $action, AdminInterface $childAdmin = null)
2953 2955
     {
Please login to merge, or discard this patch.
src/Twig/GlobalVariables.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -44,6 +44,7 @@  discard block
 block discarded – undo
44 44
 
45 45
     /**
46 46
      * @param ContainerInterface|Pool $adminPool
47
+     * @param string $mosaicBackground
47 48
      */
48 49
     public function __construct($adminPool, ?string $mosaicBackground = null)
49 50
     {
@@ -80,7 +81,7 @@  discard block
 block discarded – undo
80 81
     /**
81 82
      * @param string $code
82 83
      * @param string $action
83
-     * @param array  $parameters
84
+     * @param string[]  $parameters
84 85
      * @param int    $referenceType
85 86
      *
86 87
      * @return string
@@ -95,8 +96,8 @@  discard block
 block discarded – undo
95 96
     /**
96 97
      * @param string $code
97 98
      * @param string $action
98
-     * @param object $object
99
-     * @param array  $parameters
99
+     * @param string $object
100
+     * @param string[]  $parameters
100 101
      * @param int    $referenceType
101 102
      *
102 103
      * @return string
Please login to merge, or discard this patch.