💡 N°3522 PHPDoc

This commit is contained in:
Pierre Goiffon
2021-03-10 14:40:54 +01:00
parent 233efa43c7
commit 3501d39877

View File

@@ -150,10 +150,12 @@ class TwigHelper
* @param string $sMessage
*
* @return string error panel markup
*
* @throws \ReflectionException
* @throws \Twig\Error\LoaderError
* @throws \Twig\Error\RuntimeError
* @throws \Twig\Error\SyntaxError
* @since 3.0.0 N°3522 method creation
*/
protected static function GenerateEndUserError(string $sTitle, string $sMessage): string
{