@@ -37,6 +37,10 @@ |
||
| 37 | 37 | public $line; |
| 38 | 38 | public $column; |
| 39 | 39 | |
| 40 | + /** |
|
| 41 | + * @param integer $line |
|
| 42 | + * @param integer $column |
|
| 43 | + */ |
|
| 40 | 44 | public function __construct($type, $value, $line, $column) |
| 41 | 45 | { |
| 42 | 46 | $this->type = (int) $type; |