This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree 3 files changed +5
-5
lines changed
AsynchronousOperations/Model 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public function __construct(
92
92
* @param string $encodedMessage
93
93
* @return void
94
94
*/
95
- public function process (string $ encodedMessage ): void
95
+ public function process (string $ encodedMessage )
96
96
{
97
97
$ operation = $ this ->messageEncoder ->decode (AsyncConfig::SYSTEM_TOPIC_NAME , $ encodedMessage );
98
98
$ this ->messageValidator ->validate (AsyncConfig::SYSTEM_TOPIC_NAME , $ operation );
Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
10
- <!-- type name="Magento\Webapi\Model\ServiceMetadata">
10
+ <type name =" Magento\Webapi\Model\ServiceMetadata" >
11
11
<plugin name =" webapiServiceMetadataAsync" type =" Magento\WebapiAsync\Plugin\ServiceMetadata" />
12
- </type-- >
12
+ </type >
13
13
</config >
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
10
10
11
- <!-- type name="Magento\Webapi\Controller\Rest\RequestProcessorPool">
11
+ <type name =" Magento\Webapi\Controller\Rest\RequestProcessorPool" >
12
12
<arguments >
13
13
<argument name =" requestProcessors" xsi : type =" array" >
14
14
<item name =" asyncSchema" xsi : type =" object" sortOrder =" 60" >Magento\WebapiAsync\Controller\Rest\AsynchronousSchemaRequestProcessor</item >
15
15
<item name =" async" xsi : type =" object" sortOrder =" 150" >Magento\WebapiAsync\Controller\Rest\AsynchronousRequestProcessor</item >
16
16
</argument >
17
17
</arguments >
18
- </type-- >
18
+ </type >
19
19
</config >
You can’t perform that action at this time.
0 commit comments