@@ -77,6 +77,7 @@ |
||
77 | 77 | |
78 | 78 | /** |
79 | 79 | * {@inheritdoc} |
80 | + * @param integer $quantity |
|
80 | 81 | */ |
81 | 82 | final public function convert(UnitInterface $other, $quantity) |
82 | 83 | { |
@@ -10,8 +10,6 @@ |
||
10 | 10 | |
11 | 11 | namespace hiqdev\php\units; |
12 | 12 | |
13 | -use hiqdev\php\units\tree\TreeConverter; |
|
14 | - |
|
15 | 13 | /** |
16 | 14 | * Abstract Unit of measure. E.g. |
17 | 15 | * Almost final. |