@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function calculate(TermsInterface $term): int|float |
18 | 18 | { |
19 | - return $term->termOne() * $term->termTwo(); |
|
19 | + return $term->termOne() * $term->termTwo(); |
|
20 | 20 | } |
21 | 21 | } |
22 | 22 | \ No newline at end of file |
@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function normalize(string $text): string |
18 | 18 | { |
19 | - return str_replace(' ', '-',$this->normalize->normalize($text)); |
|
19 | + return str_replace(' ', '-', $this->normalize->normalize($text)); |
|
20 | 20 | } |
21 | 21 | } |
22 | 22 | \ No newline at end of file |