Skip to content

Commit 0a49f6e

Browse files
author
Pavel
committed
Issue#17 Logic using route cutsomizations for async api routes. Code styling fixes.
1 parent f5b5793 commit 0a49f6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/WebapiAsync/Model/ServiceConfig/Converter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class Converter implements \Magento\Framework\Config\ConverterInterface
3030
\Magento\Webapi\Model\Rest\Config::HTTP_METHOD_DELETE,
3131
];
3232

33-
3433
/**
3534
* {@inheritdoc}
3635
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
@@ -58,7 +57,6 @@ public function convert($source)
5857
return $result;
5958
}
6059

61-
6260
/**
6361
* Merge service data related to synchronous-only method invocations.
6462
*

0 commit comments

Comments
 (0)