Completed
Push — master ( 3b7ffc...93bca7 )
by Łukasz
15:02
created
Configuration/ConfigResolver/SiteAccessConfigResolver.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -100,6 +100,10 @@
 block discarded – undo
100 100
         return true;
101 101
     }
102 102
 
103
+    /**
104
+     * @param string $namespace
105
+     * @param string $scope
106
+     */
103 107
     protected function resolveScopeRelativeParamName(string $paramName, ?string $namespace = null, ?string $scope = null): string
104 108
     {
105 109
         return $this->getScopeRelativeParamName($paramName, ...$this->resolveNamespaceAndScope($namespace, $scope));
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/EventListener/ConfigScopeListener.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
     /** @var \eZ\Publish\Core\MVC\Symfony\View\ViewProvider|\eZ\Publish\Core\MVC\Symfony\SiteAccess\SiteAccessAware */
25 25
     private $viewProviders;
26 26
 
27
+    /**
28
+     * @param \PHPUnit\Framework\MockObject\MockObject[] $configResolvers
29
+     */
27 30
     public function __construct(
28 31
         iterable $configResolvers,
29 32
         ViewManagerInterface $viewManager
Please login to merge, or discard this patch.