Skip to content

Commit

Permalink
Fix coding style issue
Browse files Browse the repository at this point in the history
Follow up to 7445d0d
  • Loading branch information
jtojnar committed Mar 20, 2024
1 parent 7445d0d commit 2afcd08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Multiplier.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Nette\Forms\Controls\BaseControl;
use Nette\Forms\Controls\SubmitButton;
use Nette\Forms\Form;
use Nette\InvalidStateException;
use Nette\Utils\ArrayHash;
use Nette\Utils\Arrays;
use Nette\Utils\Html;
Expand Down Expand Up @@ -411,7 +412,7 @@ protected function fillContainer(Container $container): void

/**
* @return string[]
* @throws \Nette\InvalidStateException when not attached.
* @throws InvalidStateException when not attached.
*/
protected function getHtmlName(): array
{
Expand Down

0 comments on commit 2afcd08

Please sign in to comment.