Skip to content

Commit

Permalink
Merge Pull Request #2769 from 'dverkade/patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko committed Feb 29, 2016
2 parents 58f3cdc + 7dd1687 commit 249b406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Runtime implements \Magento\Framework\ObjectManager\DefinitionInterface
/**
* @param \Magento\Framework\Code\Reader\ClassReader $reader
*/
public function __construct(\Magento\Framework\Code\Reader\ClassReader $reader = null)
public function __construct(\Magento\Framework\Code\Reader\ClassReaderInterface $reader = null)
{
$this->_reader = $reader ?: new \Magento\Framework\Code\Reader\ClassReader();
}
Expand Down

0 comments on commit 249b406

Please sign in to comment.