Completed
Push — master ( 29b277...2120d8 )
by Song
02:40
created
src/Actions/Interactor/Form.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Actions\Interactor;
4 4
 
5
-use Encore\Admin\Actions\Action;
6 5
 use Encore\Admin\Actions\RowAction;
7 6
 use Encore\Admin\Admin;
8 7
 use Encore\Admin\Form\Field;
Please login to merge, or discard this patch.
src/Widgets/Form.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     /**
126 126
      * Get form title.
127 127
      *
128
-     * @return mixed
128
+     * @return string
129 129
      */
130 130
     public function title()
131 131
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     }
142 142
 
143 143
     /**
144
-     * @return array
144
+     * @return Form
145 145
      */
146 146
     public function confirm($message)
147 147
     {
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
     /**
201 201
      * Add form attributes.
202 202
      *
203
-     * @param string|array $attr
203
+     * @param string $attr
204 204
      * @param string       $value
205 205
      *
206 206
      * @return $this
Please login to merge, or discard this patch.