We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8516390 commit 341ed9aCopy full SHA for 341ed9a
src/Bridges/FormsLatte/FormMacros.php
@@ -25,7 +25,7 @@
25
* - {inputError name}
26
* - {formContainer name} ... {/formContainer}
27
*/
28
-class FormMacros extends MacroSet
+final class FormMacros extends MacroSet
29
{
30
public static function install(Latte\Compiler $compiler): void
31
src/Forms/Form.php
@@ -623,6 +623,7 @@ public function __toString(): string
623
throw $e;
624
}
625
trigger_error('Exception in ' . __METHOD__ . "(): {$e->getMessage()} in {$e->getFile()}:{$e->getLine()}", E_USER_ERROR);
626
+ return '';
627
628
629
0 commit comments