@@ -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 | */ |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | /** |
| 17 | 17 | * Returns a list of functions to add to the existing list. |
| 18 | 18 | * |
| 19 | - * @return array An array of functions |
|
| 19 | + * @return TwigFunction[] An array of functions |
|
| 20 | 20 | */ |
| 21 | 21 | public function getFunctions() |
| 22 | 22 | { |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | /** |
| 15 | 15 | * Get Twig filters defined in this extension. |
| 16 | 16 | * |
| 17 | - * @return array |
|
| 17 | + * @return TwigFilter[] |
|
| 18 | 18 | */ |
| 19 | 19 | public function getFilters() |
| 20 | 20 | { |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | /** |
| 29 | 29 | * Get Twig functions defined in this extension. |
| 30 | 30 | * |
| 31 | - * @return array |
|
| 31 | + * @return TwigFunction[] |
|
| 32 | 32 | */ |
| 33 | 33 | public function getFunctions() |
| 34 | 34 | { |
@@ -12,7 +12,7 @@ discard block |
||
| 12 | 12 | /** |
| 13 | 13 | * Get Twig functions defined in this extension. |
| 14 | 14 | * |
| 15 | - * @return array |
|
| 15 | + * @return TwigFunction[] |
|
| 16 | 16 | */ |
| 17 | 17 | public function getFunctions() |
| 18 | 18 | { |
@@ -24,7 +24,7 @@ discard block |
||
| 24 | 24 | /** |
| 25 | 25 | * Return the admin menu MenuBuilder. |
| 26 | 26 | * |
| 27 | - * @return MenuBuilder |
|
| 27 | + * @return boolean |
|
| 28 | 28 | */ |
| 29 | 29 | public function hideSidebarInNodeEditAdmin($node) |
| 30 | 30 | { |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | - * @return array |
|
| 25 | + * @return TwigFilter[] |
|
| 26 | 26 | */ |
| 27 | 27 | public function getFilters() |
| 28 | 28 | { |
@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | private $usesExtendedPagePartChooser = false; |
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | - * @return array |
|
| 18 | + * @return TwigFunction[] |
|
| 19 | 19 | */ |
| 20 | 20 | public function getFunctions() |
| 21 | 21 | { |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | /** |
| 65 | 65 | * Get usesExtendedPagePartChooser. |
| 66 | 66 | * |
| 67 | - * @return usesExtendedPagePartChooser |
|
| 67 | + * @return boolean |
|
| 68 | 68 | */ |
| 69 | 69 | public function getUsesExtendedPagePartChooser() |
| 70 | 70 | { |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | - * @return array |
|
| 33 | + * @return TwigFunction[] |
|
| 34 | 34 | */ |
| 35 | 35 | public function getFunctions() |
| 36 | 36 | { |