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 22562ef commit ba6688d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Forms/Form.php
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 ba6688d

Please sign in to comment.