Skip to content

Commit

Permalink
Form: added property typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 21, 2024
1 parent 9a835e4 commit 8c57c0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Forms/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,7 @@ class Form extends Container implements Nette\HtmlStringable

/** @internal used only by standalone form */
public Nette\Http\IRequest $httpRequest;

/** @var bool */
protected $crossOrigin = false;
protected bool $crossOrigin = false;
private static ?Nette\Http\IRequest $defaultHttpRequest = null;
private SubmitterControl|bool $submittedBy;
private array $httpData;
Expand Down

0 comments on commit 8c57c0c

Please sign in to comment.