mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 19:46:52 +03:00
12 lines
404 B
JSON
12 lines
404 B
JSON
{
|
|
"add-lines": [
|
|
{
|
|
"file": "phpunit.dist.xml",
|
|
"content": " <method>Doctrine\\Deprecations\\Deprecation::trigger</method>\n <method>Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend</method>",
|
|
"position": "after_target",
|
|
"target": "<deprecationTrigger>",
|
|
"warn_if_missing": false
|
|
}
|
|
]
|
|
}
|