Skip to content

Commit bbd39e2

Browse files
Remove unneeded @phpcs:disable comments
Bug: T253636
1 parent fb41c80 commit bbd39e2

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/ReferenceList.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
* @author H. Snater < mediawiki@snater.com >
2525
* @author Thiemo Kreuz
2626
* @author Bene* < benestar.wikimedia@gmail.com >
27-
*
28-
* @phpcs:disable MediaWiki.NamingConventions.LowerCamelFunctionsName.FunctionName
2927
*/
3028
class ReferenceList implements Comparable, Countable, IteratorAggregate, Serializable {
3129

src/Snak/SnakList.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* @license GPL-2.0-or-later
1919
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
2020
* @author Addshore
21-
*
22-
* @phpcs:disable MediaWiki.NamingConventions.LowerCamelFunctionsName.FunctionName
2321
*/
2422
class SnakList extends ArrayObject implements Comparable, Hashable {
2523

0 commit comments

Comments
 (0)