Skip to content

Commit

Permalink
Coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed May 29, 2024
1 parent 1bd35aa commit af59d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function string_to_amount_provider() {
[ '.', ',', '-1.250,-', '-1250' ],
[ '', '', '123456789', '123456789' ],
[ false, false, '123 456 789', '123456789' ],
// https://github.com/pronamic/wp-pronamic-pay-gravityforms/issues/40#issuecomment-2106892669
// @link https://github.com/pronamic/wp-pronamic-pay-gravityforms/issues/40#issuecomment-2106892669
[ '.', ',', '2,5 stuks', '2.5' ],
[ '.', ',', '2,500 stuks', '2.5' ],
[ '.', ',', '2.500 stuks', '2500' ],
Expand Down

0 comments on commit af59d9c

Please sign in to comment.