Completed
Push — master ( 82be35...1537c0 )
by Song
02:28
created
src/Form/Field/HasMany.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -642,7 +642,7 @@  discard block
 block discarded – undo
642 642
      *
643 643
      * @throws \Exception
644 644
      *
645
-     * @return \Illuminate\View\View
645
+     * @return string|null
646 646
      */
647 647
     public function render()
648 648
     {
@@ -675,7 +675,7 @@  discard block
 block discarded – undo
675 675
      *
676 676
      * @throws \Exception
677 677
      *
678
-     * @return mixed
678
+     * @return string|null
679 679
      */
680 680
     protected function renderTable()
681 681
     {
Please login to merge, or discard this patch.
src/Form/Field/MultipleFile.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -337,7 +337,7 @@
 block discarded – undo
337 337
     /**
338 338
      * Render file upload field.
339 339
      *
340
-     * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
340
+     * @return string|null
341 341
      */
342 342
     public function render()
343 343
     {
Please login to merge, or discard this patch.
src/Form/Field/Text.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Render this filed.
37 37
      *
38
-     * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
38
+     * @return string|null
39 39
      */
40 40
     public function render()
41 41
     {
Please login to merge, or discard this patch.