Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #225 from localheinz/fix/container
Browse files Browse the repository at this point in the history
Fix: Interface implementation already announced
  • Loading branch information
diegoquinteiro authored Jan 30, 2018
2 parents 8e70ecd + 8532d31 commit 0c0d263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Facebook/InstantArticles/Elements/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @see Map
* @see {link:https://developers.intern.facebook.com/docs/instant-articles/reference/image}
*/
class Image extends Audible implements ChildrenContainer
class Image extends Audible
{
const ASPECT_FIT = 'aspect-fit';
const ASPECT_FIT_ONLY = 'aspect-fit-only';
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/InstantArticles/Elements/Map.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* </figure>
*
*/
class Map extends Audible implements ChildrenContainer
class Map extends Audible
{
/**
* @var Caption The caption for Image
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/InstantArticles/Elements/Slideshow.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*
* @see {link:https://developers.intern.facebook.com/docs/instant-articles/reference/image}
*/
class Slideshow extends Audible implements ChildrenContainer
class Slideshow extends Audible
{
/**
* @var Caption The caption for the Slideshow
Expand Down

0 comments on commit 0c0d263

Please sign in to comment.