File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Flickr extends OEmbedImplementation
9
9
/**
10
10
* {@inheritdoc}
11
11
*/
12
- public static function getEndPoint ()
12
+ public static function getEndPoint (Url $ url )
13
13
{
14
14
return 'http://flickr.com/services/oembed ' ;
15
15
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Imgur extends OEmbedImplementation
9
9
/**
10
10
* {@inheritdoc}
11
11
*/
12
- public static function getEndPoint ()
12
+ public static function getEndPoint (Url $ url )
13
13
{
14
14
return 'http://api.imgur.com/oembed ' ;
15
15
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Instagram extends OEmbedImplementation
9
9
/**
10
10
* {@inheritdoc}
11
11
*/
12
- public static function getEndPoint ()
12
+ public static function getEndPoint (Url $ url )
13
13
{
14
14
return 'http://api.instagram.com/oembed ' ;
15
15
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Kickstarter extends OEmbedImplementation
9
9
/**
10
10
* {@inheritdoc}
11
11
*/
12
- public static function getEndPoint ()
12
+ public static function getEndPoint (Url $ url )
13
13
{
14
14
return 'http://www.kickstarter.com/services/oembed ' ;
15
15
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Meetup extends OEmbedImplementation
9
9
/**
10
10
* {@inheritdoc}
11
11
*/
12
- public static function getEndPoint ()
12
+ public static function getEndPoint (Url $ url )
13
13
{
14
14
return 'http://api.meetup.com/oembed ' ;
15
15
}
You can’t perform that action at this time.
0 commit comments