We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a2c51 commit e55a65cCopy full SHA for e55a65c
src/Forms/Form.php
@@ -619,7 +619,7 @@ public function __toString(): string
619
return $this->getRenderer()->render($this);
620
621
} catch (\Throwable $e) {
622
- if (func_num_args()) {
+ if (func_num_args() || PHP_VERSION_ID >= 70400) {
623
throw $e;
624
}
625
trigger_error('Exception in ' . __METHOD__ . "(): {$e->getMessage()} in {$e->getFile()}:{$e->getLine()}", E_USER_ERROR);
0 commit comments