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 958f605 commit 93cb6e8Copy full SHA for 93cb6e8
app/code/Magento/GraphQl/Model/Backpressure/BackpressureFieldValidator.php
@@ -47,6 +47,7 @@ public function __construct(
47
* @param array $args
48
* @return void
49
* @throws GraphQlTooManyRequestsException
50
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
51
*/
52
public function validate(Field $field, $args): void
53
{
0 commit comments