Skip to content

Commit

Permalink
Fix the return type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdesign committed Nov 20, 2024
1 parent 0ab7325 commit aa047a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function isValid($objectID);
* an `objectID => title` relation.
*
* @param string $searchString search string
* @return string[]
* @return string[][]
*/
public function lookup($searchString);
}

0 comments on commit aa047a9

Please sign in to comment.