Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed May 4, 2018
1 parent 53d7fe2 commit 627cb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ final class Form {
private $fields;

/**
* @param Field[] $fields
* @param Field[][] $fields
*/
public function __construct(array $fields) {
$this->fields = $fields;
Expand Down

0 comments on commit 627cb4b

Please sign in to comment.