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 7bcee29 commit eca2bb0Copy full SHA for eca2bb0
.phpcs.xml
@@ -2,8 +2,6 @@
2
<ruleset>
3
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
4
<exclude name="Generic.PHP.NoSilencedErrors.Discouraged" />
5
- <exclude name="MediaWiki.Commenting.FunctionComment.MissingParamTag" />
6
- <exclude name="MediaWiki.Commenting.FunctionComment.ParamNameNoMatch" />
7
<exclude name="PSR12.Properties.ConstantVisibility.NotFound" />
8
</rule>
9
<file>.</file>
tests/TextCatTest.php
@@ -348,6 +348,7 @@ public function wrongData() {
348
349
/**
350
* @dataProvider wrongData
351
+ * @param string $testLine
352
* @param array $results
353
* @param string $errMsg
354
*/
0 commit comments