Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If an interface has a constructor on it, `getConstructor()` for a ReflectionClass object of it will be null and cause this: ``` [Exception] Notice: Trying to get property of non-object in /Users/cristianquiroz/src/magento2/vendor/magento/framework/Code/Reader/ArgumentsReader.php on line 30 ``` Magento shouldn't pull any dependencies from interface constructors anyway, they will need to be properly implemented before they can be used.
- Loading branch information