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

Commit 0ac4f20

Browse files
MaximilianMaximilian
authored andcommitted
fix naming
1 parent 1295e6b commit 0ac4f20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Tests/Resources/Document/ContentWithExtractors.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212

1313
namespace Symfony\Cmf\Bundle\SeoBundle\Tests\Resources\Document;
1414

15-
use Symfony\Cmf\Bundle\SeoBundle\Extractor\SeoDescriptionInterface;
16-
use Symfony\Cmf\Bundle\SeoBundle\Extractor\SeoOriginalUrlInterface;
17-
use Symfony\Cmf\Bundle\SeoBundle\Extractor\SeoTitleInterface;
15+
use Symfony\Cmf\Bundle\SeoBundle\Extractor\SeoDescriptionReadInterface;
16+
use Symfony\Cmf\Bundle\SeoBundle\Extractor\SeoOriginalUrlReadInterface;
17+
use Symfony\Cmf\Bundle\SeoBundle\Extractor\SeoTitleReadInterface;
1818
use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCRODM;
1919

2020
/**
2121
* @PHPCRODM\Document(referenceable=true)
2222
*/
2323
class ContentWithExtractors extends ContentBase implements
24-
SeoTitleInterface,
25-
SeoDescriptionInterface,
26-
SeoOriginalUrlInterface
24+
SeoTitleReadInterface,
25+
SeoDescriptionReadInterface,
26+
SeoOriginalUrlReadInterface
2727
{
2828
/**
2929
* Provide a title of this page to be used in SEO context.

0 commit comments

Comments
 (0)