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