| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | public function __construct(\ReflectionProperty $prop, $message = "", $code = 0, ?\Throwable $previous = null){ |
||
| 11 | |||
| 12 | $this->line = Functions::getDeclarationLine($prop); |
||
| 13 | $this->file = $prop->getDeclaringClass()->getFileName(); |
||
| 14 | parent::__construct($message, $code, $previous); |
||
| 15 | } |
||
| 16 | } |