@@ -38,7 +38,6 @@ |
||
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | 40 | * @param EntityManagerInterface|null $em |
| 41 | - * @param PdfTransformer|null $mediaManager |
|
| 42 | 41 | */ |
| 43 | 42 | public function __construct(/* EntityManagerInterface */ $em = null, /* PdfTransformer */ $pdfTransformer = null, $rootDir = null, $enablePdfPreview = null) |
| 44 | 43 | { |
@@ -75,7 +75,7 @@ |
||
| 75 | 75 | * |
| 76 | 76 | * @param string $role ROLE_FOO etc |
| 77 | 77 | * |
| 78 | - * @return RoleInterface |
|
| 78 | + * @return Role |
|
| 79 | 79 | */ |
| 80 | 80 | public function setRole($role) |
| 81 | 81 | { |
@@ -22,6 +22,7 @@ |
||
| 22 | 22 | * {@inheritdoc} |
| 23 | 23 | * |
| 24 | 24 | * @deprecated |
| 25 | + * @param string $name |
|
| 25 | 26 | */ |
| 26 | 27 | protected function getParameter($name) |
| 27 | 28 | { |
@@ -754,7 +754,7 @@ |
||
| 754 | 754 | * |
| 755 | 755 | * @param Request $request |
| 756 | 756 | * |
| 757 | - * @return string |
|
| 757 | + * @return JsonResponse |
|
| 758 | 758 | * @throws AccessDeniedException |
| 759 | 759 | */ |
| 760 | 760 | public function reorderAction(Request $request) |
@@ -139,6 +139,10 @@ |
||
| 139 | 139 | |
| 140 | 140 | /** |
| 141 | 141 | * @deprecated This method is deprecated since KunstmaanTranslatorBundle version 5.1 and will be removed in KunstmaanTranslatorBundle version 6.0 |
| 142 | + * @param string $id |
|
| 143 | + * @param string $domain |
|
| 144 | + * @param string|null $locale |
|
| 145 | + * @param string $trans |
|
| 142 | 146 | */ |
| 143 | 147 | public function profileTranslation($id, $parameters, $domain, $locale, $trans) |
| 144 | 148 | { |
@@ -35,6 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | 37 | * @param ContainerInterface|string $multilanguage |
| 38 | + * @param \PHPUnit_Framework_MockObject_MockObject $requestStack |
|
| 38 | 39 | */ |
| 39 | 40 | public function __construct(/*ContainerInterface|RequestStack*/ $requestStack, $multilanguage = null, $defaultLocale = null, $requiredLocales = null, AdminRouteHelper $adminRouteHelper = null, EntityManagerInterface $em = null, array $hosts = null) |
| 40 | 41 | { |