@@ -9,6 +9,10 @@ |
||
9 | 9 | public $line; |
10 | 10 | public $message; |
11 | 11 | |
12 | + /** |
|
13 | + * @param string $type |
|
14 | + * @param string $message |
|
15 | + */ |
|
12 | 16 | function __construct( $type, $path, $line, $message ) { |
13 | 17 | $this->type = $type; |
14 | 18 | $this->path = $path; |