- Fixed
DoctrinePhpcrMappingPass
to not configure theaddDocumentNamespace
method which has been removed in PHPCR-ODM 2.0. - [BC Break] Removed the
$aliasMap
parameter fromDoctrinePhpcrMappingPass
because this functionality has been removed in PHPCR-ODM 2.0
(This is considered a 3.0 BC break - the mapping pass was broken in 3.0.0 and 3.0.1 because it tried to calladdDocumentNamespace
)