mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-27 16:30:12 +00:00
build: Updating composer dependencies
* mediawiki/mediawiki-phan-config: 0.9.0 → 0.9.1 * mediawiki/minus-x: 0.3.2 → 1.0.0 Change-Id: Ica218e63fd747980b7acc39ac7403f19239fa861
This commit is contained in:
parent
247e80d781
commit
81e6643baf
|
@ -3,8 +3,8 @@
|
|||
"jakub-onderka/php-console-highlighter": "0.4.0",
|
||||
"jakub-onderka/php-parallel-lint": "1.0.0",
|
||||
"mediawiki/mediawiki-codesniffer": "29.0.0",
|
||||
"mediawiki/mediawiki-phan-config": "0.9.0",
|
||||
"mediawiki/minus-x": "0.3.2"
|
||||
"mediawiki/mediawiki-phan-config": "0.9.1",
|
||||
"mediawiki/minus-x": "1.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
|
|
|
@ -106,6 +106,7 @@ class ReferenceStack {
|
|||
* @param ?string $dir ref direction
|
||||
*
|
||||
* @return ?array ref structure, or null if nothing was pushed
|
||||
* @suppress PhanTypePossiblyInvalidDimOffset To many complaints about array indizes
|
||||
*/
|
||||
public function pushRef(
|
||||
Parser $parser,
|
||||
|
@ -233,7 +234,6 @@ class ReferenceStack {
|
|||
}
|
||||
}
|
||||
|
||||
// @phan-suppress-next-line PhanTypePossiblyInvalidDimOffset "key" is guaranteed to be set
|
||||
$this->refCallStack[] = [ $action, $ref['key'], $group, $name, $extends, $text, $argv ];
|
||||
return $ref;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue