Sfoglia il codice sorgente

style: scruintizer wants some trailing comma

rugk 11 mesi fa
parent
commit
616635c66c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'),
         );
     }