Skip to content

Commit f7275c5

Browse files
committed
ENGCOM-3846: Static test fix.
1 parent a958f5b commit f7275c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public function get($model)
3434
{
3535
$modelInstance = $this->_objectManager->get($model);
3636
if (false == $modelInstance instanceof \Magento\Framework\Data\OptionSourceInterface) {
37-
throw new \InvalidArgumentException($model . 'doesn\'t implement \Magento\Framework\Data\OptionSourceInterface');
37+
throw new \InvalidArgumentException($model
38+
. 'doesn\'t implement \Magento\Framework\Data\OptionSourceInterface');
3839
}
3940
return $modelInstance;
4041
}

0 commit comments

Comments
 (0)