mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
style: scruintizer wants some trailing comma
This commit is contained in:
@@ -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'),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user