Skip to content
Snippets Groups Projects
Commit 1eb7a9c8 authored by Igor Melnikov's avatar Igor Melnikov Committed by Olga Kopylova
Browse files

MAGETWO-58692: Refactor Module_Webapi, Module_Elasticsearch

Introducing SerializerInterface
parent fa6501cf
No related merge requests found
...@@ -52,6 +52,7 @@ class Config ...@@ -52,6 +52,7 @@ class Config
* *
* @param WebapiCache $cache * @param WebapiCache $cache
* @param Reader $configReader * @param Reader $configReader
* @param SerializerInterface|null $serializer
*/ */
public function __construct( public function __construct(
WebapiCache $cache, WebapiCache $cache,
......
...@@ -88,6 +88,7 @@ class ServiceMetadata ...@@ -88,6 +88,7 @@ class ServiceMetadata
* @param WebApiCache $cache * @param WebApiCache $cache
* @param \Magento\Webapi\Model\Config\ClassReflector $classReflector * @param \Magento\Webapi\Model\Config\ClassReflector $classReflector
* @param \Magento\Framework\Reflection\TypeProcessor $typeProcessor * @param \Magento\Framework\Reflection\TypeProcessor $typeProcessor
* @param SerializerInterface|null $serializer
*/ */
public function __construct( public function __construct(
\Magento\Webapi\Model\Config $config, \Magento\Webapi\Model\Config $config,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment