Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 5b2362e

Browse files
authored
Merge pull request #782 from maxlipsky/patch-1
Update extractors.rst
2 parents 5f95209 + 1cc990d commit 5b2362e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/seo/extractors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ description, you can implement both interfaces and your result will be::
5050
use Symfony\Cmf\Bundle\SeoBundle\Extractor\DescriptionReadInterface;
5151
use Symfony\Cmf\Bundle\SeoBundle\Extractor\ExtrasReadInterface;
5252

53-
class Article implements TitleReadInterface, DescriptionReadInterface, ExtraReadInterface
53+
class Article implements TitleReadInterface, DescriptionReadInterface, ExtrasReadInterface
5454
{
5555
protected $title;
5656
protected $publishDate;

0 commit comments

Comments
 (0)