@@ -219,7 +219,7 @@ |
||
219 | 219 | } |
220 | 220 | |
221 | 221 | /** |
222 | - * @param $rule |
|
222 | + * @param string $rule |
|
223 | 223 | * @param null $message |
224 | 224 | * @return $this|\Sco\Admin\Form\Elements\BaseFile |
225 | 225 | */ |
@@ -23,6 +23,10 @@ discard block |
||
23 | 23 | |
24 | 24 | protected $nodes; |
25 | 25 | |
26 | + /** |
|
27 | + * @param string $name |
|
28 | + * @param string $title |
|
29 | + */ |
|
26 | 30 | public function __construct($name, $title, $nodes) |
27 | 31 | { |
28 | 32 | parent::__construct($name, $title); |
@@ -99,7 +103,7 @@ discard block |
||
99 | 103 | |
100 | 104 | /** |
101 | 105 | * @param $nodes |
102 | - * @param $parentId |
|
106 | + * @param string $parentId |
|
103 | 107 | * |
104 | 108 | * @return \Illuminate\Support\Collection |
105 | 109 | */ |