Skip to content

Commit 84923ce

Browse files
committed
magento-engcom/bulk-api#21 Custom route for bulk api
- fix static code issue
1 parent 0a49f6e commit 84923ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/WebapiAsync/Plugin/ControllerRest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function __construct(
4646
* @param Rest $subject
4747
* @param RequestInterface $request
4848
* @return array
49+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
4950
*/
5051
public function beforeDispatch(Rest $subject, RequestInterface $request)
5152
{

0 commit comments

Comments
 (0)