Skip to content

Commit 93cb6e8

Browse files
committed
AC-1271: Fix static test.
1 parent 958f605 commit 93cb6e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/GraphQl/Model/Backpressure/BackpressureFieldValidator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function __construct(
4747
* @param array $args
4848
* @return void
4949
* @throws GraphQlTooManyRequestsException
50+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
5051
*/
5152
public function validate(Field $field, $args): void
5253
{

0 commit comments

Comments
 (0)