Passed
Push — master ( c6092e...2f4692 )
by Thomas
43s
created
src/Fields/RadioField.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      * Set options for the fields
18 18
      * @param  array  $options array of option
19
-     * @return mixed
19
+     * @return RadioField
20 20
      */
21 21
     public function options(array $options)
22 22
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Webfactor\Laravel\Backpack\FluentSyntax\Contracts\CrudFieldAbstract;
6 6
 use Webfactor\Laravel\Backpack\FluentSyntax\Traits\Defaultable;
7
-use Webfactor\Laravel\Backpack\FluentSyntax\Traits\Prefixable;
8
-use Webfactor\Laravel\Backpack\FluentSyntax\Traits\Suffixable;
9 7
 
10 8
 class RadioField extends CrudFieldAbstract
11 9
 {
Please login to merge, or discard this patch.