mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3780: YmlDriver causing deprecated calls in Symfony 2.7 #4635
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jun 18, 2015).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user ziadjammal:
The 'YamlDriver' in 'Doctrine\ORM\Mapping\Driver' still uses Yaml:parse($file), which is causing deprecated logs in Symfony 2.7 branch.
@doctrinebot commented on GitHub (Jun 18, 2015):
Comment created by @ocramius:
This is already fixed in ORM 2.5.x
@doctrinebot commented on GitHub (Jun 18, 2015):
Issue was closed with resolution "Won't Fix"
@doctrinebot commented on GitHub (Aug 28, 2015):
Comment created by ziadjammal:
2.5 has BC issues in symfony so what if users can't upgrade to 2.5 ?