diff --git a/bundles/seo/extractors.rst b/bundles/seo/extractors.rst index b3f3b356..048573c1 100644 --- a/bundles/seo/extractors.rst +++ b/bundles/seo/extractors.rst @@ -50,7 +50,7 @@ description, you can implement both interfaces and your result will be:: use Symfony\Cmf\Bundle\SeoBundle\Extractor\DescriptionReadInterface; use Symfony\Cmf\Bundle\SeoBundle\Extractor\ExtrasReadInterface; - class Article implements TitleReadInterface, DescriptionReadInterface, ExtraReadInterface + class Article implements TitleReadInterface, DescriptionReadInterface, ExtrasReadInterface { protected $title; protected $publishDate;