Passed
Push — 1.0.0 ( 308939...f58402 )
by Alex
01:34
created
tests/CurrencyTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         string $currency, bool $isValid, ?int $iso, ?int $decimals
35 35
     ): void
36 36
     {
37
-        if(!$isValid) {
37
+        if (!$isValid) {
38 38
             $this->expectException(\InvalidArgumentException::class);
39 39
             $this->expectExceptionMessage("$currency is not an allowed currency");
40 40
         }
Please login to merge, or discard this patch.