Skip to content

Commit

Permalink
please stickler-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Mar 10, 2017
1 parent 2dd8d7b commit abd300b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Error/PHP7ErrorException.php
Expand Up @@ -45,7 +45,8 @@ public function __construct($error)
get_class($error),
$this->message,
$this->file ?: "null",
$this->line ?: "null");
$this->line ?: "null"
);
parent::__construct($msg, $code);
}

Expand Down

0 comments on commit abd300b

Please sign in to comment.