Skip to content
Snippets Groups Projects
Commit 5e49bdab authored by David Maus's avatar David Maus
Browse files

Fix return type hint

parent 3dd64c7e
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ class Terms implements IteratorAggregate ...@@ -84,7 +84,7 @@ class Terms implements IteratorAggregate
* *
* @param string $field Field name * @param string $field Field name
* *
* @return array * @return array|null
*/ */
public function getFieldTerms($field) public function getFieldTerms($field)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment