@@ -226,7 +226,7 @@ |
||
| 226 | 226 | * Returns unit for given unit name. |
| 227 | 227 | * The only function to change in child classes. |
| 228 | 228 | * XXX Should be defined as abstract but `abstract static` is not supported in PHP5. |
| 229 | - * @param string $name |
|
| 229 | + * @param string $unit |
|
| 230 | 230 | * @return UnitInterface |
| 231 | 231 | */ |
| 232 | 232 | protected static function findUnit($unit) |