Completed
Push — ezp-30646 ( 7d8eab...dfaa4b )
by
unknown
58:05 queued 35:44
created
eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/ContentExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use eZ\Publish\API\Repository\Values\Content\ContentInfo;
13 13
 use eZ\Publish\API\Repository\Values\ValueObject;
14 14
 use eZ\Publish\Core\Base\Exceptions\InvalidArgumentType;
15
-use eZ\Publish\Core\Base\Exceptions\InvalidArgumentValue;
16 15
 use eZ\Publish\Core\Helper\FieldHelper;
17 16
 use eZ\Publish\Core\Helper\TranslationHelper;
18 17
 use eZ\Publish\API\Repository\Values\Content\Content;
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Common/EventSubscriber/ContentEventSubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use eZ\Publish\Core\Event\Content\PublishVersionEvent;
10 10
 use eZ\Publish\Core\Event\Content\RevealContentEvent;
11 11
 use eZ\Publish\Core\Event\Content\UpdateContentMetadataEvent;
12
-use eZ\Publish\SPI\Persistence\Content\ContentInfo;
13 12
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
14 13
 
15 14
 class ContentEventSubscriber extends AbstractSearchEventSubscriber implements EventSubscriberInterface
Please login to merge, or discard this patch.