Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 14a56fd

Browse files
committed
Fix code style from earlier code
1 parent 96852f6 commit 14a56fd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

app/code/Magento/WebapiAsync/Model/Config.php

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use Magento\Framework\Exception\LocalizedException;
1616
use Magento\Webapi\Model\Config\Converter;
1717

18+
/**
19+
* Class for accessing to Webapi_Async configuration.
20+
*/
1821
class Config implements \Magento\AsynchronousOperations\Model\ConfigInterface
1922
{
2023
/**
@@ -55,7 +58,7 @@ public function __construct(
5558
}
5659

5760
/**
58-
* {@inheritdoc}
61+
* @inheritdoc
5962
*/
6063
public function getServices()
6164
{
@@ -73,7 +76,7 @@ public function getServices()
7376
}
7477

7578
/**
76-
* {@inheritdoc}
79+
* @inheritdoc
7780
*/
7881
public function getTopicName($routeUrl, $httpMethod)
7982
{
@@ -93,6 +96,10 @@ public function getTopicName($routeUrl, $httpMethod)
9396
}
9497

9598
/**
99+
* Generate topic data for all defined services
100+
*
101+
* Topic data is indexed by a lookup key that is derived from route data
102+
*
96103
* @return array
97104
*/
98105
private function generateTopicsDataFromWebapiConfig()

0 commit comments

Comments
 (0)