@@ -42,6 +42,9 @@ |
||
42 | 42 | */ |
43 | 43 | protected $callback; |
44 | 44 | |
45 | + /** |
|
46 | + * @param string $returnType |
|
47 | + */ |
|
45 | 48 | public function __construct(ExceptionThrowingXMLReader $reader, $path, $returnType, $callback = null) |
46 | 49 | { |
47 | 50 | $this->reader = $reader; |