Skip to content

Commit e911243

Browse files
author
Greg Bowler
committed
tweak: line length
1 parent 6143148 commit e911243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Input.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +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
26+
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
2727
*/
2828
class Input implements ArrayAccess, Countable, Iterator {
2929
use InputValueGetter;

0 commit comments

Comments
 (0)