Failed Conditions
Push — main ( 314704...e0d6a9 )
by Reüel
05:27 queued 11s
created
tests/src/ResultCodeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 			array( ResultCode::WAITING, PaymentStatus::OPEN ),
55 55
 			array( ResultCode::PENDING, PaymentStatus::OPEN ),
56 56
 			array( ResultCode::TIMEOUT, PaymentStatus::EXPIRED ),
57
-			array( -1000, null ),
57
+			array( - 1000, null ),
58 58
 		);
59 59
 	}
60 60
 }
Please login to merge, or discard this patch.