@@ -370,7 +370,7 @@ |
||
370 | 370 | * @throws \RuntimeException Thrown on recursive sudo() use. |
371 | 371 | * @throws \Exception Re throws exceptions thrown inside $callback |
372 | 372 | * |
373 | - * @return mixed |
|
373 | + * @return \eZ\Publish\API\Repository\Values\Content\Content |
|
374 | 374 | */ |
375 | 375 | public function sudo(\Closure $callback, RepositoryInterface $outerRepository = null) |
376 | 376 | { |
@@ -62,7 +62,7 @@ |
||
62 | 62 | * @dataProvider processPurgeClientProvider |
63 | 63 | * |
64 | 64 | * @param string $paramValue |
65 | - * @param string $expectedServiceAlias |
|
65 | + * @param string $expectedServiceId |
|
66 | 66 | * @param \Symfony\Component\DependencyInjection\Definition|null $customService |
67 | 67 | */ |
68 | 68 | public function testProcessPurgeClient($paramValue, $expectedServiceId, Definition $customService = null) |