File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -416,17 +416,17 @@ protected function buildUrl()
416
416
}
417
417
418
418
$ user = isset ($ this ->info ['user ' ]) ? $ this ->info ['user ' ] : '' ;
419
- $ pass = isset ($ this ->info ['pass ' ]) ? ': ' . $ this ->info ['pass ' ] : '' ;
419
+ $ pass = isset ($ this ->info ['pass ' ]) ? ': ' . $ this ->info ['pass ' ] : '' ;
420
420
if ($ user || $ pass ) {
421
- $ url .= $ user . $ pass . '@ ' ;
421
+ $ url .= $ user. $ pass. '@ ' ;
422
422
}
423
423
424
424
if (isset ($ this ->info ['host ' ])) {
425
425
$ url .= $ this ->info ['host ' ];
426
426
}
427
427
428
428
if (isset ($ this ->info ['port ' ])) {
429
- $ url .= ': ' . $ this ->info ['port ' ];
429
+ $ url .= ': ' . $ this ->info ['port ' ];
430
430
}
431
431
432
432
$ url .= $ this ->getPath ();
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public function testOne()
7
7
$ this ->assertEmbed (
8
8
'https://soundcloud.com/zedsdead/zeds-dead-twin-shadow-lost-you-feat-dangelo-lacy ' ,
9
9
[
10
- 'title ' => " Lost You by Zeds Dead " ,
10
+ 'title ' => ' Lost You by Zeds Dead ' ,
11
11
'type ' => 'rich ' ,
12
12
'code ' => '<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F150745932&show_artwork=true"></iframe> ' ,
13
13
'providerName ' => 'SoundCloud ' ,
@@ -51,7 +51,7 @@ public function testMobile()
51
51
$ this ->assertEmbed (
52
52
'https://m.soundcloud.com/zedsdead/zeds-dead-twin-shadow-lost-you-feat-dangelo-lacy ' ,
53
53
[
54
- 'title ' => " Lost You by Zeds Dead " ,
54
+ 'title ' => ' Lost You by Zeds Dead ' ,
55
55
'type ' => 'rich ' ,
56
56
'code ' => '<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F150745932&show_artwork=true"></iframe> ' ,
57
57
'providerName ' => 'SoundCloud ' ,
You can’t perform that action at this time.
0 commit comments