Skip to content

Commit dad499d

Browse files
committed
CS fix
1 parent 27929bc commit dad499d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Omnipay/Common/Message/AbstractRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function testAmountZeroNotAllowed()
124124
$this->changeProtectedProperty('zeroAmountAllowed', false);
125125
$this->request->setAmount('0.00');
126126
$this->request->getAmount();
127-
}
127+
}
128128

129129
// See https://github.com/thephpleague/omnipay-common/issues/69
130130
public function testAmountPrecision()

0 commit comments

Comments
 (0)