Skip to content

Commit 4d5204a

Browse files
authored
chore(linting): Fix docblocks
1 parent 45d676d commit 4d5204a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/View/Components/HtmlForms.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,16 @@ class HtmlForms extends Component
1717
/**
1818
* The hidden view slot.
1919
*
20-
* @return string
20+
* @var string
2121
*/
2222
public $hidden;
2323

2424
/**
2525
* Create the component instance.
2626
*
27-
* @param string $title
28-
* @param string $subtitle
29-
* @param string $background
30-
* @param string $color
27+
* @param int $form
28+
* @param array $messages
29+
* @param string $hidden
3130
* @return void
3231
*/
3332
public function __construct(

0 commit comments

Comments
 (0)