Fix function signature in phpdoc

Change-Id: I3329ca19d465c6ad7ed23385021a051fcc23ea8e
This commit is contained in:
Adam Wight 2019-12-03 13:25:41 +01:00
parent 191cb2bea1
commit 1b82b93835

View file

@ -112,7 +112,7 @@ class ReferenceStack {
* @param ?string $dir ref direction
* @param StripState $stripState
*
* @return string[]|null of [ $key, $count, $label, $subkey ] or null if nothing is pushed.
* @return ?array ref structure, or null if nothing was pushed
*/
public function pushRef(
?string $text,