Version: 4.1.4
Bug Description
Nette\Forms\Container::_call introduced return hint public function __call(string $name, array $args): mixed which is missing from Nette\Utils\SmartObject, as Container class itself is using SmartObject it ends up on compile error

Version: 4.1.4
Bug Description
Nette\Forms\Container::_call introduced return hint
public function __call(string $name, array $args): mixedwhich is missing from Nette\Utils\SmartObject, as Container class itself is using SmartObject it ends up on compile error