We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01434f commit 6143148Copy full SHA for 6143148
src/Input.php
@@ -23,6 +23,7 @@
23
* @implements ArrayAccess<string, ?string>
24
* @implements Iterator<string, ?string>
25
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26
+ * @SuppressWarnings(PHPMD.TooManyPublicMethods) Only until the deprecations are removed
27
*/
28
class Input implements ArrayAccess, Countable, Iterator {
29
use InputValueGetter;
0 commit comments