@@ -132,7 +132,7 @@ |
||
132 | 132 | } |
133 | 133 | |
134 | 134 | /** |
135 | - * @param array $parentLocationIds |
|
135 | + * @param integer[] $parentLocationIds |
|
136 | 136 | * |
137 | 137 | * @return array |
138 | 138 | */ |
@@ -1825,6 +1825,11 @@ |
||
1825 | 1825 | return $userGroup; |
1826 | 1826 | } |
1827 | 1827 | |
1828 | + /** |
|
1829 | + * @param string $login |
|
1830 | + * @param string $password |
|
1831 | + * @param integer $type |
|
1832 | + */ |
|
1828 | 1833 | private function createHash($login, $password, $type) |
1829 | 1834 | { |
1830 | 1835 | switch ($type) { |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * Will match of the given criterion doesn't match |
24 | 24 | * |
25 | - * @param Criterion[] $criteria One criterion, as an array |
|
25 | + * @param Criterion[] $criterion One criterion, as an array |
|
26 | 26 | * |
27 | 27 | * @throws \InvalidArgumentException if more than one criterion is given in the array parameter |
28 | 28 | */ |
@@ -67,7 +67,7 @@ |
||
67 | 67 | protected $bypassCache; |
68 | 68 | |
69 | 69 | /** |
70 | - * @param string|ContainerInterface $container Path to the container file or container instance |
|
70 | + * @param ContainerBuilder $container Path to the container file or container instance |
|
71 | 71 | * @param string $installDir Installation directory, required by default 'containerBuilder.php' file |
72 | 72 | * @param string $cacheDir Directory where PHP container cache will be stored |
73 | 73 | * @param bool $debug Default false should be used for production, if true resources will be checked |
@@ -24,7 +24,7 @@ |
||
24 | 24 | * @param \eZ\Publish\SPI\Persistence\Content\Field $field |
25 | 25 | * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition |
26 | 26 | * |
27 | - * @return \eZ\Publish\SPI\Search\Field[] |
|
27 | + * @return Search\Field[] |
|
28 | 28 | */ |
29 | 29 | public function getIndexData(Field $field, FieldDefinition $fieldDefinition) |
30 | 30 | { |
@@ -98,7 +98,7 @@ |
||
98 | 98 | * |
99 | 99 | * @param \eZ\Publish\Core\FieldType\Author\Value $value |
100 | 100 | * |
101 | - * @return array |
|
101 | + * @return boolean |
|
102 | 102 | */ |
103 | 103 | protected function getSortInfo(BaseValue $value) |
104 | 104 | { |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | * add additional columns to be fetched from the database. Please do not |
52 | 52 | * forget to call the parent when overwriting this method. |
53 | 53 | * |
54 | - * @param eZ\Publish\Core\Persistence\Database\SelectQuery $selectQuery |
|
54 | + * @param SelectQuery $selectQuery |
|
55 | 55 | * @param int $fieldId |
56 | 56 | * @param int $versionNo |
57 | 57 | */ |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | * add additional columns to be set in the database. Please do not forget |
73 | 73 | * to call the parent when overwriting this method. |
74 | 74 | * |
75 | - * @param \ezcQueryInsert $insertQuery |
|
75 | + * @param InsertQuery $insertQuery |
|
76 | 76 | * @param VersionInfo $versionInfo |
77 | 77 | * @param Field $field |
78 | 78 | */ |
@@ -168,7 +168,7 @@ |
||
168 | 168 | * |
169 | 169 | * @param \eZ\Publish\Core\FieldType\Country\Value $value |
170 | 170 | * |
171 | - * @return array |
|
171 | + * @return string |
|
172 | 172 | */ |
173 | 173 | protected function getSortInfo(BaseValue $value) |
174 | 174 | { |
@@ -184,7 +184,7 @@ discard block |
||
184 | 184 | /** |
185 | 185 | * Implements the core of {@see isEmptyValue()}. |
186 | 186 | * |
187 | - * @param mixed $value |
|
187 | + * @param SPIValue $value |
|
188 | 188 | * |
189 | 189 | * @return bool |
190 | 190 | */ |
@@ -233,7 +233,7 @@ discard block |
||
233 | 233 | * |
234 | 234 | * @param \eZ\Publish\Core\FieldType\Float\Value $value |
235 | 235 | * |
236 | - * @return array |
|
236 | + * @return boolean |
|
237 | 237 | */ |
238 | 238 | protected function getSortInfo(BaseValue $value) |
239 | 239 | { |