Преглед на файлове

style: scruintizer wants some trailing comma

rugk преди 11 месеца
родител
ревизия
616635c66c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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'),
         );
     }