Procházet zdrojové kódy

style: scruintizer wants some trailing comma

rugk před 11 měsíci
rodič
revize
616635c66c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tst/YourlsProxyTest.php

+ 1 - 1
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'),
         );
     }