Test Setup Failed
Branch master (5d7ce6)
by Teodoro
09:38
created
src/Strategy/MultiplyStrategy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,6 +16,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Decorator/SpacingNormalize.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,6 +16,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.