| @@ -38,7 +38,6 @@ | ||
| 38 | 38 | /** | 
| 39 | 39 | * Abstract class to actually perform the conversion from the Document instance passed in parameter. | 
| 40 | 40 | * | 
| 41 | - * @param mixed $data : The data to convert. Here : a string as the file path or the Document instance. | |
| 42 | 41 | * @param array $options : An array of options for the conversion. | 
| 43 | 42 | * | 
| 44 | 43 | * @return mixed : The result of the conversion. | 
| @@ -5,7 +5,6 @@ | ||
| 5 | 5 | use OpenMindParser\Converters\Model\AbstractConverter; | 
| 6 | 6 | use OpenMindParser\Models\Document; | 
| 7 | 7 | use OpenMindParser\Models\Node; | 
| 8 | -use OpenMindParser\Parser; | |
| 9 | 8 | use \DOMDocument; | 
| 10 | 9 | |
| 11 | 10 | /*A singleton to convert a document tree (object Document) in a HTML tree following few options.*/ |