updated packages
This commit is contained in:
@@ -61,7 +61,7 @@ class FatalErrorException extends \ErrorException
|
||||
unset($frame);
|
||||
$trace = array_reverse($trace);
|
||||
} else {
|
||||
$trace = array();
|
||||
$trace = [];
|
||||
}
|
||||
|
||||
$this->setTrace($trace);
|
||||
|
||||
Reference in New Issue
Block a user