Skip to content

Commit

Permalink
typo (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar authored and dg committed Apr 1, 2024
1 parent 90b05b7 commit 6437671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function isValid(): bool

/**
* Performs the server side validation.
* @param Control[]|null $controls
* @param (Control|self)[]|null $controls
*/
public function validate(?array $controls = null): void
{
Expand Down

0 comments on commit 6437671

Please sign in to comment.