mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 02:55:04 +00:00
Fix function signature in phpdoc
Change-Id: I3329ca19d465c6ad7ed23385021a051fcc23ea8e
This commit is contained in:
parent
191cb2bea1
commit
1b82b93835
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue