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 55ee43e + f7275c5 commit 4bb8466Copy full SHA for 4bb8466
lib/internal/Magento/Framework/Option/ArrayPool.php
@@ -34,7 +34,8 @@ public function get($model)
34
{
35
$modelInstance = $this->_objectManager->get($model);
36
if (false == $modelInstance instanceof \Magento\Framework\Data\OptionSourceInterface) {
37
- throw new \InvalidArgumentException($model . 'doesn\'t implement \Magento\Framework\Data\OptionSourceInterface');
+ throw new \InvalidArgumentException($model
38
+ . 'doesn\'t implement \Magento\Framework\Data\OptionSourceInterface');
39
}
40
return $modelInstance;
41
0 commit comments