Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | public function __construct(string $functionName, string $scriptId, string $url, int $lineNumber, int $columnNumber) |
||
29 | { |
||
30 | $this->functionName = $functionName; |
||
31 | $this->scriptId = $scriptId; |
||
32 | $this->url = $url; |
||
33 | $this->lineNumber = $lineNumber; |
||
34 | $this->columnNumber = $columnNumber; |
||
35 | } |
||
36 | } |
||
37 |