@@ -66,6 +66,7 @@ |
||
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | 68 | * {@inheritdoc} |
| 69 | + * @param string|null $type |
|
| 69 | 70 | */ |
| 70 | 71 | public function addField(FieldDescriptionCollection $list, $type, FieldDescriptionInterface $fieldDescription, AdminInterface $admin) |
| 71 | 72 | { |
@@ -228,6 +228,7 @@ discard block |
||
| 228 | 228 | * Sets the first result (offset). |
| 229 | 229 | * |
| 230 | 230 | * {@inheritdoc} |
| 231 | + * @param integer $firstResult |
|
| 231 | 232 | */ |
| 232 | 233 | public function setFirstResult($firstResult) |
| 233 | 234 | { |
@@ -250,6 +251,7 @@ discard block |
||
| 250 | 251 | * Set maximum number of results to retrieve. |
| 251 | 252 | * |
| 252 | 253 | * {@inheritdoc} |
| 254 | + * @param integer $maxResults |
|
| 253 | 255 | */ |
| 254 | 256 | public function setMaxResults($maxResults) |
| 255 | 257 | { |
@@ -21,6 +21,7 @@ |
||
| 21 | 21 | * |
| 22 | 22 | * @throws \InvalidArgumentException if the filter is not configured with a |
| 23 | 23 | * callable in the 'callback' option field |
| 24 | + * @param string $field |
|
| 24 | 25 | */ |
| 25 | 26 | public function filter(ProxyQueryInterface $proxyQuery, $alias, $field, $data) |
| 26 | 27 | { |
@@ -268,6 +268,7 @@ |
||
| 268 | 268 | * {@inheritdoc} |
| 269 | 269 | * |
| 270 | 270 | * @throws \InvalidArgumentException if $document is not an object or null |
| 271 | + * @return string |
|
| 271 | 272 | */ |
| 272 | 273 | public function getNormalizedIdentifier($document) |
| 273 | 274 | { |