From af59d9ced7fdc99d29a8905001e34285c5e18439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=C3=BCel=20van=20der=20Steege?= Date: Wed, 29 May 2024 14:51:18 +0200 Subject: [PATCH] Coding standards. --- tests/src/ParserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/ParserTest.php b/tests/src/ParserTest.php index 7f22a69..e5ebd35 100644 --- a/tests/src/ParserTest.php +++ b/tests/src/ParserTest.php @@ -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' ],