Skip to content

Commit 8c29197

Browse files
author
Greg Bowler
committed
tweak: suppress coupling between objects warning
1 parent cfbd28b commit 8c29197

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
@@ -22,6 +22,7 @@
2222
/**
2323
* @implements ArrayAccess<string, ?string>
2424
* @implements Iterator<string, ?string>
25+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2526
*/
2627
class Input implements ArrayAccess, Countable, Iterator {
2728
use InputValueGetter;

0 commit comments

Comments
 (0)