Skip to content

Commit eca2bb0

Browse files
committed
tests: Add missing param for function documentation
Change-Id: I2bd35f524c6e4df765faf9d1dd97e1ae80f3895f
1 parent 7bcee29 commit eca2bb0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.phpcs.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<ruleset>
33
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
44
<exclude name="Generic.PHP.NoSilencedErrors.Discouraged" />
5-
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamTag" />
6-
<exclude name="MediaWiki.Commenting.FunctionComment.ParamNameNoMatch" />
75
<exclude name="PSR12.Properties.ConstantVisibility.NotFound" />
86
</rule>
97
<file>.</file>

tests/TextCatTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ public function wrongData() {
348348

349349
/**
350350
* @dataProvider wrongData
351+
* @param string $testLine
351352
* @param array $results
352353
* @param string $errMsg
353354
*/

0 commit comments

Comments
 (0)