Completed
Push — ezp-30646 ( cee0f6...934d99 )
by
unknown
16:35
created
eZ/Bundle/EzPublishCoreBundle/EventListener/RequestEventListener.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
     /** @var \Symfony\Component\Routing\RouterInterface */
35 35
     private $router;
36 36
 
37
+    /**
38
+     * @param string $defaultSiteAccess
39
+     */
37 40
     public function __construct(ConfigResolverInterface $configResolver, RouterInterface $router, $defaultSiteAccess, LoggerInterface $logger = null)
38 41
     {
39 42
         $this->configResolver = $configResolver;
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.
Search/Legacy/Content/Common/Gateway/SortClauseHandler/AbstractRandom.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         return $column;
49 49
     }
50 50
 
51
+    /**
52
+     * @param integer|null $seed
53
+     */
51 54
     abstract public function getRandomFunctionName(?int $seed): string;
52 55
 
53 56
     abstract public function getDriverName(): string;
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/Type/Handler.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -336,7 +336,6 @@
 block discarded – undo
336 336
     /**
337 337
      * @param mixed $typeId
338 338
      * @param int $status
339
-     * @param \eZ\Publish\SPI\Persistence\Content\Type\UpdateStruct $contentType
340 339
      *
341 340
      * @return Type
342 341
      */
Please login to merge, or discard this patch.