@@ -8,6 +8,7 @@ |
||
8 | 8 | * Add a SearchProvider to the chain |
9 | 9 | * |
10 | 10 | * @param string $alias |
11 | + * @return void |
|
11 | 12 | */ |
12 | 13 | public function addProvider(SearchProviderInterface $provider, $alias); |
13 | 14 |
@@ -42,7 +42,7 @@ |
||
42 | 42 | } |
43 | 43 | |
44 | 44 | /** |
45 | - * @return \PHPUnit\Framework\MockObject\MockObject|VersionChecker |
|
45 | + * @return string |
|
46 | 46 | */ |
47 | 47 | public function setUpVersionCheckerMock(?array $methods) |
48 | 48 | { |
@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | /** |
34 | 34 | * You can override this method to return the correct entity manager when using multiple databases ... |
35 | 35 | * |
36 | - * @return \Doctrine\Common\Persistence\ObjectManager|object |
|
36 | + * @return \Doctrine\Persistence\ObjectManager |
|
37 | 37 | */ |
38 | 38 | protected function getEntityManager() |
39 | 39 | { |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | /** |
44 | 44 | * Shows the list of entities |
45 | 45 | * |
46 | - * @param Request|null $request |
|
46 | + * @param Request $request |
|
47 | 47 | * |
48 | 48 | * @return Response |
49 | 49 | */ |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | * |
92 | 92 | * @param AbstractAdminListConfigurator $configurator The adminlist configurator |
93 | 93 | * @param string $type The type to add |
94 | - * @param Request|null $request |
|
94 | + * @param Request $request |
|
95 | 95 | * |
96 | 96 | * @throws AccessDeniedHttpException |
97 | 97 | * |
@@ -186,7 +186,7 @@ discard block |
||
186 | 186 | * |
187 | 187 | * @param AbstractAdminListConfigurator $configurator The adminlist configurator |
188 | 188 | * @param string $entityId The id of the entity that will be edited |
189 | - * @param Request|null $request |
|
189 | + * @param Request $request |
|
190 | 190 | * |
191 | 191 | * @throws NotFoundHttpException |
192 | 192 | * @throws AccessDeniedHttpException |
@@ -340,7 +340,7 @@ discard block |
||
340 | 340 | * |
341 | 341 | * @param AbstractAdminListConfigurator $configurator The adminlist configurator |
342 | 342 | * @param int $entityId The id to delete |
343 | - * @param Request|null $request |
|
343 | + * @param Request $request |
|
344 | 344 | * |
345 | 345 | * @throws NotFoundHttpException |
346 | 346 | * @throws AccessDeniedHttpException |