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