Skip to content

Commit a7d390f

Browse files
authored
ENGCOM-3630: Deprecated ArrayInterface in favour of ancestor OptionSourceInterface #19601
2 parents 07d43a8 + 513b038 commit a7d390f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/internal/Magento/Framework/Option/ArrayInterface.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
namespace Magento\Framework\Option;
77

88
/**
9-
* @todo Remove in favor of the ancestor interface
9+
* Array marker interface
10+
*
11+
* @deprecated please use \Magento\Framework\Data\OptionSourceInterface instead.
12+
* @see \Magento\Framework\Data\OptionSourceInterface
1013
*/
1114
interface ArrayInterface extends \Magento\Framework\Data\OptionSourceInterface
1215
{

0 commit comments

Comments
 (0)