Skip to content

Commit

Permalink
tickle stickler.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Mar 10, 2017
1 parent 703e288 commit 4ed2646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Error/PHP7ErrorException.php
Expand Up @@ -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",
Expand Down

0 comments on commit 4ed2646

Please sign in to comment.