Skip to content

Commit

Permalink
Update ServiceWiring.php
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui authored Dec 19, 2023
1 parent f0a789b commit a1b227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceWiring.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/** @phpcs-require-sorted-array */
return [
'FlarumApiService' => function ( MediaWikiServices $services ) : FlarumApiService {
'FlarumApiService' => static function ( MediaWikiServices $services ): FlarumApiService {
return new FlarumApiService();
}
];

0 comments on commit a1b227b

Please sign in to comment.