Skip to content

Commit

Permalink
fixed strict type
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 11, 2024
1 parent d0e0505 commit cc4063d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Rendering/DefaultFormRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class DefaultFormRenderer implements Nette\Forms\FormRenderer
];

protected Nette\Forms\Form $form;
protected int $counter;
protected int $counter = 0;


/**
Expand Down

0 comments on commit cc4063d

Please sign in to comment.