We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fed98e commit aae8c2eCopy full SHA for aae8c2e
src/EntryPoints/NetworkFunction.php
@@ -33,10 +33,10 @@ function() {
33
34
/**
35
* @param Parser $parser
36
- * @param string[] ...$arguments
+ * @param string ...$arguments
37
* @return array|string
38
*/
39
- public function handleParserFunctionCall( Parser $parser, ...$arguments ) {
+ public function handleParserFunctionCall( Parser $parser, string ...$arguments ) {
40
$parser->getOutput()->addModules( [ 'ext.network' ] );
41
$parser->getOutput()->addJsConfigVars( 'networkExcludeTalkPages', $this->config->getExcludeTalkPages() );
42
0 commit comments