Quellcode durchsuchen

style: scruintizer wants some trailing comma

rugk vor 11 Monaten
Ursprung
Commit
616635c66c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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'),
         );
     }