diff --git a/src/EventListener/PimcoreElementListener.php b/src/EventListener/PimcoreElementListener.php index e10f419..26928b6 100644 --- a/src/EventListener/PimcoreElementListener.php +++ b/src/EventListener/PimcoreElementListener.php @@ -96,7 +96,6 @@ public function onObjectPostUpdate(DataObjectEvent $event): void return; } - /** @var ElementInterface $object */ $object = $event->getObject(); // @deprecated since 5.0: published/unpublished must be handled by project-specific resource validation diff --git a/src/Processor/OutputChannelProcessor.php b/src/Processor/OutputChannelProcessor.php index 9f67b5c..15634e6 100644 --- a/src/Processor/OutputChannelProcessor.php +++ b/src/Processor/OutputChannelProcessor.php @@ -189,7 +189,7 @@ protected function buildMulti( $subOutputChannelIdentifier = $searchContainer->getIdentifier(); $filter = $filters[$subOutputChannelIdentifier]; - /** @var OutputChannelContext $subOutputChannelContext */ + /** @var SubOutputChannelContext $subOutputChannelContext */ $subOutputChannelContext = $subContexts[$subOutputChannelIdentifier]; if (!array_key_exists($subOutputChannelIdentifier, $outputChannelBlocks)) {