This commit is contained in:
2021-08-02 11:20:41 +08:00
parent 2150dcab44
commit fd7415b7f1
+2 -1
View File
@@ -818,9 +818,10 @@ if (!function_exists('jTraceEx')) {
/**
* @param $e
* @param null $seen
* @param bool $toHtml
* @return string
*/
function jTraceEx($e, $seen = null, $toHtml = false): string
function jTraceEx($e, $seen = null, bool $toHtml = false): string
{
$starter = $seen ? 'Caused by: ' : '';
$result = array();