From 616635c66cab6fbc3a1c5bf7de0cec7d0099f8ec Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 3 Sep 2025 14:21:00 +0000 Subject: [PATCH] style: scruintizer wants some trailing comma --- tst/YourlsProxyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/YourlsProxyTest.php b/tst/YourlsProxyTest.php index 42bc17fd..5b0c5f30 100644 --- a/tst/YourlsProxyTest.php +++ b/tst/YourlsProxyTest.php @@ -88,7 +88,7 @@ class YourlsProxyTest extends TestCase return array( array('https://example.com@foreign.malicious.example?foo#bar'), array('https://example.com/@foreign.malicious.example?foo#bar'), - array('https://example.com/?@foreign.malicious.example?foo#bar') + array('https://example.com/?@foreign.malicious.example?foo#bar'), ); }