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 6143148 commit e911243Copy full SHA for e911243
src/Input.php
@@ -23,7 +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
+ * @SuppressWarnings(PHPMD.TooManyPublicMethods)
27
*/
28
class Input implements ArrayAccess, Countable, Iterator {
29
use InputValueGetter;
0 commit comments