Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 22, 2023
1 parent 744ce02 commit 6a70e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Forms/Controls/BaseControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function loadHttpData(): void

/**
* Loads HTTP data.
* @return mixed
* @return string|string[]
*/
protected function getHttpData($type, ?string $htmlTail = null)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Forms/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public function setSubmittedBy(?SubmitterControl $by)

/**
* Returns submitted HTTP data.
* @return mixed
* @return string|string[]
*/
public function getHttpData(?int $type = null, ?string $htmlName = null)
{
Expand Down

0 comments on commit 6a70e11

Please sign in to comment.