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 43feaef commit 8f1bb54Copy full SHA for 8f1bb54
src/Application/UI/Link.php
@@ -93,6 +93,7 @@ public function __toString(): string
93
throw $e;
94
}
95
trigger_error('Exception in ' . __METHOD__ . "(): {$e->getMessage()} in {$e->getFile()}:{$e->getLine()}", E_USER_ERROR);
96
+ return '';
97
98
99
src/Bridges/ApplicationLatte/Template.php
@@ -73,6 +73,7 @@ public function __toString(): string
73
74
75
76
77
78
79
0 commit comments