@@ -11,6 +11,9 @@ |
||
11 | 11 | |
12 | 12 | private $fields = []; |
13 | 13 | |
14 | + /** |
|
15 | + * @param string $type |
|
16 | + */ |
|
14 | 17 | private function __construct($path = null, $type = null) |
15 | 18 | { |
16 | 19 | if ($path !== null) { |