@@ -2,7 +2,6 @@ |
||
| 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; |
@@ -125,7 +125,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 |