mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 09:49:14 +02:00
style: scruintizer wants some trailing comma
This commit is contained in:
parent
e4f2383dd8
commit
616635c66c
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue