Completed
Pull Request — master (#201)
by
unknown
02:13
created
src/Grid.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     /**
208 208
      * Returns footer component.
209 209
      *
210
-     * @return TFoot|null
210
+     * @return null|Components\Base\ComponentInterface
211 211
      */
212 212
     public function footer()
213 213
     {
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
     /**
218 218
      * Returns header component.
219 219
      *
220
-     * @return THead|null
220
+     * @return null|Components\Base\ComponentInterface
221 221
      */
222 222
     public function header()
223 223
     {
Please login to merge, or discard this patch.
src/Components/ExcelDispatchJobService.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,6 @@  discard block
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-     * @param mixed $config
107 106
      */
108 107
     public function setClassName($className)
109 108
     {
@@ -120,7 +119,6 @@  discard block
 block discarded – undo
120 119
     }
121 120
 
122 121
     /**
123
-     * @param mixed $config
124 122
      */
125 123
     public function setUserId($userId)
126 124
     {
Please login to merge, or discard this patch.