Skip to content

Commit

Permalink
CI: lint code to MediaWiki standards
Browse files Browse the repository at this point in the history
Check commit and GitHub actions for more details
  • Loading branch information
github-actions committed Nov 20, 2024
1 parent ede9fb1 commit cf7ac7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/HookHandlers/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Main implements
/**
* @param ServiceOptions $options
* @param CommentStore $commentStore
* @param IConnectionProvider $connectionProvider
* @param IConnectionProvider $connectionProvider
* @param HttpRequestFactory $httpRequestFactory
*/
public function __construct(
Expand All @@ -105,7 +105,7 @@ public function __construct(
/**
* @param Config $mainConfig
* @param CommentStore $commentStore
* @param IConnectionProvider $connectionProvider
* @param IConnectionProvider $connectionProvider
* @param HttpRequestFactory $httpRequestFactory
*
* @return self
Expand Down

0 comments on commit cf7ac7d

Please sign in to comment.