This repository was archived by the owner on May 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
AsynchronousOperations/Model Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public function __construct(
9292 * @param string $encodedMessage
9393 * @return void
9494 */
95- public function process (string $ encodedMessage ): void
95+ public function process (string $ encodedMessage )
9696 {
9797 $ operation = $ this ->messageEncoder ->decode (AsyncConfig::SYSTEM_TOPIC_NAME , $ encodedMessage );
9898 $ this ->messageValidator ->validate (AsyncConfig::SYSTEM_TOPIC_NAME , $ operation );
Original file line number Diff line number Diff line change 77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
10- <!-- type name="Magento\Webapi\Model\ServiceMetadata">
10+ <type name =" Magento\Webapi\Model\ServiceMetadata" >
1111 <plugin name =" webapiServiceMetadataAsync" type =" Magento\WebapiAsync\Plugin\ServiceMetadata" />
12- </type-- >
12+ </type >
1313</config >
Original file line number Diff line number Diff line change 88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
1010
11- <!-- type name="Magento\Webapi\Controller\Rest\RequestProcessorPool">
11+ <type name =" Magento\Webapi\Controller\Rest\RequestProcessorPool" >
1212 <arguments >
1313 <argument name =" requestProcessors" xsi : type =" array" >
1414 <item name =" asyncSchema" xsi : type =" object" sortOrder =" 60" >Magento\WebapiAsync\Controller\Rest\AsynchronousSchemaRequestProcessor</item >
1515 <item name =" async" xsi : type =" object" sortOrder =" 150" >Magento\WebapiAsync\Controller\Rest\AsynchronousRequestProcessor</item >
1616 </argument >
1717 </arguments >
18- </type-- >
18+ </type >
1919</config >
You can’t perform that action at this time.
0 commit comments