File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
doctrine/deprecations/1.0 Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "add-lines" : [
3+ {
4+ "file" : " phpunit.dist.xml" ,
5+ "content" : " <method>Doctrine\\ Deprecations\\ Deprecation::trigger</method>\n <method>Doctrine\\ Deprecations\\ Deprecation::delegateTriggerToBackend</method>" ,
6+ "position" : " after_target" ,
7+ "target" : " <deprecationTrigger>" ,
8+ "warn_if_missing" : false
9+ }
10+ ]
11+ }
Original file line number Diff line number Diff line change 11{
2+ "add-lines" : [
3+ {
4+ "file" : " phpunit.dist.xml" ,
5+ "content" : " <method>Doctrine\\ Deprecations\\ Deprecation::trigger</method>\n <method>Doctrine\\ Deprecations\\ Deprecation::delegateTriggerToBackend</method>" ,
6+ "position" : " after_target" ,
7+ "target" : " <deprecationTrigger>" ,
8+ "requires" : [" doctrine/deprecations" ]
9+ }
10+ ],
211 "copy-from-recipe" : {
312 ".env.test" : " .env.test" ,
413 "phpunit.dist.xml" : " phpunit.dist.xml" ,
Original file line number Diff line number Diff line change 3434
3535 <deprecationTrigger >
3636 <function >trigger_deprecation</function >
37- <method >Doctrine\Deprecations\Deprecation::trigger</method >
38- <method >Doctrine\Deprecations\Deprecation::delegateTriggerToBackend</method >
3937 </deprecationTrigger >
4038 </source >
4139
You can’t perform that action at this time.
0 commit comments