Skip to content

Commit

Permalink
fix function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Voidwalker authored Mar 31, 2024
1 parent fd7180d commit c764fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public static function onCreateWikiJsonBuilder( string $wiki, DBConnRef $dbr, ar
* @param array $varConf variable config from wgManageWikiNamespacesAdditional[$var]
*/
private static function setNamespaceSettingJson(
array &$jsonArray, int $nsID, string $var, string $val, array $varConf
array &$jsonArray, int $nsID, string $var, $val, array $varConf
) {
switch ( $varConf['type'] ) {
case 'check':
Expand Down

0 comments on commit c764fc5

Please sign in to comment.