Skip to content

Commit

Permalink
FormBuilder::create() @template @return
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiedirkx committed Oct 27, 2024
1 parent 0837e26 commit 6cefaa9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Kris/LaravelFormBuilder/FormBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ public function fireEvent($event)
/**
* Create a Form instance.
*
* @param string $formClass The name of the class that inherits \Kris\LaravelFormBuilder\Form.
* @param array $options|null
* @param array $data|null
* @return Form
* @template T
* @param class-string<T> $formClass
* @param array<string, mixed> $options
* @param array<string, mixed> $data
* @return T
*/
public function create($formClass, array $options = [], array $data = [])
{
Expand Down

0 comments on commit 6cefaa9

Please sign in to comment.