@@ -39,7 +39,7 @@ |
||
39 | 39 | } |
40 | 40 | |
41 | 41 | /** |
42 | - * @return \Doctrine\ORM\EntityManager |
|
42 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
43 | 43 | */ |
44 | 44 | protected function getMockedEntityManager() |
45 | 45 | { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | /** |
51 | 51 | * @throws \Exception |
52 | 52 | * |
53 | - * @return \Doctrine\ORM\EntityManager |
|
53 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
54 | 54 | */ |
55 | 55 | protected function getMockedEntityManager() |
56 | 56 | { |
@@ -165,7 +165,7 @@ |
||
165 | 165 | } |
166 | 166 | |
167 | 167 | /** |
168 | - * @param $translationRepository |
|
168 | + * @param \PHPUnit\Framework\MockObject\MockObject $translationRepository |
|
169 | 169 | */ |
170 | 170 | public function setTranslationRepository($translationRepository) |
171 | 171 | { |
@@ -39,7 +39,7 @@ |
||
39 | 39 | } |
40 | 40 | |
41 | 41 | /** |
42 | - * @return \Doctrine\ORM\EntityManager |
|
42 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
43 | 43 | */ |
44 | 44 | protected function getMockedEntityManager() |
45 | 45 | { |
@@ -39,7 +39,7 @@ |
||
39 | 39 | } |
40 | 40 | |
41 | 41 | /** |
42 | - * @return \Doctrine\ORM\EntityManager |
|
42 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
43 | 43 | */ |
44 | 44 | protected function getMockedEntityManager() |
45 | 45 | { |
@@ -258,6 +258,9 @@ |
||
258 | 258 | $this->importer = $importer; |
259 | 259 | } |
260 | 260 | |
261 | + /** |
|
262 | + * @param ImportCommand $importCommand |
|
263 | + */ |
|
261 | 264 | private function importSf4TranslationFiles($importCommand) |
262 | 265 | { |
263 | 266 | $finder = $this->translationFileExplorer->find($this->kernel->getProjectDir(), $this->determineLocalesToImport($importCommand), 'translations'); |
@@ -29,6 +29,10 @@ |
||
29 | 29 | /** @var array */ |
30 | 30 | private $entityChangeSet; |
31 | 31 | |
32 | + /** |
|
33 | + * @param \PHPUnit\Framework\MockObject\MockObject $nodePagesConfiguration |
|
34 | + * @param \PHPUnit\Framework\MockObject\MockObject $em |
|
35 | + */ |
|
32 | 36 | public function __construct(/* NodePagesConfiguration */ |
33 | 37 | $nodePagesConfiguration, /* EntityManagerInterface */ |
34 | 38 | $em = null) |
@@ -55,7 +55,6 @@ |
||
55 | 55 | * @param AuthorizationCheckerInterface $authorizationChecker |
56 | 56 | * @param EntityManagerInterface $em |
57 | 57 | * @param array $configuration |
58 | - * @param ContainerInterface $container |
|
59 | 58 | * @param FormFactoryInterface $formFactory |
60 | 59 | */ |
61 | 60 | public function __construct( |
@@ -115,7 +115,7 @@ |
||
115 | 115 | /** |
116 | 116 | * @param string $indexName |
117 | 117 | * @param string $indexType |
118 | - * @param array $ids |
|
118 | + * @param string[] $ids |
|
119 | 119 | * |
120 | 120 | * @return \Elastica\Bulk\ResponseSet |
121 | 121 | */ |