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.
2 parents 07d43a8 + 513b038 commit a7d390fCopy full SHA for a7d390f
lib/internal/Magento/Framework/Option/ArrayInterface.php
@@ -6,7 +6,10 @@
6
namespace Magento\Framework\Option;
7
8
/**
9
- * @todo Remove in favor of the ancestor interface
+ * Array marker interface
10
+ *
11
+ * @deprecated please use \Magento\Framework\Data\OptionSourceInterface instead.
12
+ * @see \Magento\Framework\Data\OptionSourceInterface
13
*/
14
interface ArrayInterface extends \Magento\Framework\Data\OptionSourceInterface
15
{
0 commit comments