Skip to content

Commit

Permalink
highligter
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Aug 23, 2018
1 parent 0b620c6 commit 7ab3046
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Helper/Highlighter.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ class Highlighter

public function __construct()
{
$this->start_recording();
$backtrace = debug_backtrace()[0];
$this->file = $backtrace["file"];
$this->startNo = $backtrace["line"];
$this->code = null;
}


Expand Down

0 comments on commit 7ab3046

Please sign in to comment.