We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6501c commit 1eb7a9cCopy full SHA for 1eb7a9c
app/code/Magento/Webapi/Model/Config.php
@@ -52,6 +52,7 @@ class Config
52
*
53
* @param WebapiCache $cache
54
* @param Reader $configReader
55
+ * @param SerializerInterface|null $serializer
56
*/
57
public function __construct(
58
WebapiCache $cache,
app/code/Magento/Webapi/Model/ServiceMetadata.php
@@ -88,6 +88,7 @@ class ServiceMetadata
88
* @param WebApiCache $cache
89
* @param \Magento\Webapi\Model\Config\ClassReflector $classReflector
90
* @param \Magento\Framework\Reflection\TypeProcessor $typeProcessor
91
92
93
94
\Magento\Webapi\Model\Config $config,
0 commit comments