We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4419263 commit ba0b59bCopy full SHA for ba0b59b
src/Forms/Form.php
@@ -457,6 +457,7 @@ public function setSubmittedBy(?SubmitterControl $by): static
457
458
/**
459
* Returns submitted HTTP data.
460
+ * @return ($htmlName is null ? array<mixed> : string|array<mixed>|Nette\Http\FileUpload|null)
461
*/
462
public function getHttpData(?int $type = null, ?string $htmlName = null): string|array|Nette\Http\FileUpload|null
463
{
0 commit comments