Skip to content

Commit f2a9362

Browse files
committed
Update the $decoder property to be noted as deprecated
1 parent 1fa737e commit f2a9362

File tree

1 file changed

+4
-1
lines changed
  • lib/internal/Magento/Framework/Webapi/Rest/Request/Deserializer

1 file changed

+4
-1
lines changed

lib/internal/Magento/Framework/Webapi/Rest/Request/Deserializer/Json.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
class Json implements \Magento\Framework\Webapi\Rest\Request\DeserializerInterface
1414
{
15-
/** @var \Magento\Framework\Json\Decoder */
15+
/**
16+
* @var \Magento\Framework\Json\Decoder
17+
* @deprecated
18+
*/
1619
protected $decoder;
1720

1821
/**

0 commit comments

Comments
 (0)