nextras / form-components

Form components for Nette Framework (architecture & UI components)
Other
11 stars 3 forks source link

add return type for getValue() to be compatible with parent #10

Closed Ciki closed 4 months ago

Ciki commented 4 months ago

add return type for getValue(): ?DateTimeImmutable to be compatible with parent \Nette\Forms\Controls\TextBase::getValue(): mixed

hrach commented 4 months ago

thank you :)