@@ -198,7 +198,6 @@ |
||
| 198 | 198 | * Returns unit for given unit name. |
| 199 | 199 | * The only function to change in child classes. |
| 200 | 200 | * XXX Should be defined as abstract but `abstract static` is not supported in PHP5. |
| 201 | - * @param string $name |
|
| 202 | 201 | * @return UnitInterface |
| 203 | 202 | * @throws InvalidConfigException |
| 204 | 203 | */ |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | namespace hiqdev\php\units; |
| 12 | 12 | |
| 13 | 13 | use hiqdev\php\units\exceptions\InvalidConfigException; |
| 14 | -use hiqdev\php\units\tree\TreeConverter; |
|
| 15 | 14 | |
| 16 | 15 | /** |
| 17 | 16 | * Abstract Unit of measure. E.g. |