Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: Git Master
-
Component/s: Mapping Drivers
-
Security Level: All
-
Labels:None
Description
Using the StaticPHPDriver throws PHP Error Undefined property: Doctrine\ORM\Mapping\Driver\StaticPHPDriver::$_classNames
this is due to the class not having the two required instance variables $this->_classNames and $this->_fileExtension.
I have attached the patch that resolves the issue.