Skip to content

Commit 6143148

Browse files
author
Greg Bowler
committed
tweak: until deprecations are removed, suppress TooManyPublicMethods
1 parent b01434f commit 6143148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Input.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* @implements ArrayAccess<string, ?string>
2424
* @implements Iterator<string, ?string>
2525
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26+
* @SuppressWarnings(PHPMD.TooManyPublicMethods) Only until the deprecations are removed
2627
*/
2728
class Input implements ArrayAccess, Countable, Iterator {
2829
use InputValueGetter;

0 commit comments

Comments
 (0)