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
99 /**
1010 * {@inheritdoc}
1111 */
12- public static function getEndPoint ()
12+ public static function getEndPoint (Url $ url )
1313 {
1414 return 'http://flickr.com/services/oembed ' ;
1515 }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Imgur extends OEmbedImplementation
99 /**
1010 * {@inheritdoc}
1111 */
12- public static function getEndPoint ()
12+ public static function getEndPoint (Url $ url )
1313 {
1414 return 'http://api.imgur.com/oembed ' ;
1515 }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Instagram extends OEmbedImplementation
99 /**
1010 * {@inheritdoc}
1111 */
12- public static function getEndPoint ()
12+ public static function getEndPoint (Url $ url )
1313 {
1414 return 'http://api.instagram.com/oembed ' ;
1515 }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Kickstarter extends OEmbedImplementation
99 /**
1010 * {@inheritdoc}
1111 */
12- public static function getEndPoint ()
12+ public static function getEndPoint (Url $ url )
1313 {
1414 return 'http://www.kickstarter.com/services/oembed ' ;
1515 }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Meetup extends OEmbedImplementation
99 /**
1010 * {@inheritdoc}
1111 */
12- public static function getEndPoint ()
12+ public static function getEndPoint (Url $ url )
1313 {
1414 return 'http://api.meetup.com/oembed ' ;
1515 }
You can’t perform that action at this time.
0 commit comments