Skip to content

Commit 9ca0bf2

Browse files
committed
Surpress new PHPMD warnings for old code
1 parent 16b88e4 commit 9ca0bf2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/HashArray.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* the first such element.
2727
*
2828
* @since 0.1
29+
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
2930
*
3031
* @licence GNU GPL v2+
3132
* @author Jeroen De Dauw < jeroendedauw@gmail.com >

src/ReferenceList.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*
1818
* @since 0.1
1919
* Does not implement References anymore since 2.0
20+
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
2021
*
2122
* @licence GNU GPL v2+
2223
* @author Jeroen De Dauw < jeroendedauw@gmail.com >

0 commit comments

Comments
 (0)