@@ -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 | */ |
@@ -101,7 +101,7 @@ |
||
| 101 | 101 | |
| 102 | 102 | /** |
| 103 | 103 | * @param $nodes |
| 104 | - * @param $parentId |
|
| 104 | + * @param string $parentId |
|
| 105 | 105 | * |
| 106 | 106 | * @return \Illuminate\Support\Collection |
| 107 | 107 | */ |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Illuminate\Support\Collection; |
| 6 | 6 | use Sco\Admin\Form\Elements\Date; |
| 7 | -use Sco\Admin\Form\Elements\Timestamp; |
|
| 8 | 7 | |
| 9 | 8 | /** |
| 10 | 9 | * Trait hasCast |