Completed
Pull Request — master (#201)
by
unknown
02:10
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.