@@ -100,6 +100,10 @@ |
||
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)); |
@@ -24,6 +24,9 @@ |
||
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 |