From 4ed26462e2ecaae357f427db98091d6dcb6a5c7a Mon Sep 17 00:00:00 2001 From: inoas Date: Fri, 10 Mar 2017 19:12:34 +0100 Subject: [PATCH] tickle stickler.ci --- src/Error/PHP7ErrorException.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Error/PHP7ErrorException.php b/src/Error/PHP7ErrorException.php index 227bff3719c..7942ca64af4 100644 --- a/src/Error/PHP7ErrorException.php +++ b/src/Error/PHP7ErrorException.php @@ -41,7 +41,8 @@ public function __construct($error) $this->code = $error->getCode(); $this->file = $error->getFile(); $this->line = $error->getLine(); - $msg = sprintf('(%s) - %s in %s on %s', + $msg = sprintf( + '(%s) - %s in %s on %s', get_class($error), $this->message, $this->file ?: "null",