@@ -25,7 +25,7 @@ |
||
25 | 25 | /** |
26 | 26 | * The convertor heart, that every sub class needs |
27 | 27 | */ |
28 | - protected function convertor( $toUnit ) { |
|
28 | + protected function convertor($toUnit) { |
|
29 | 29 | return $this->convertUsingTable($toUnit); |
30 | 30 | } |
31 | 31 |