File tree 3 files changed +20
-2
lines changed
doctrine/deprecations/1.0
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 1
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
+ "requires" : [" doctrine/deprecations" ]
9
+ }
10
+ ],
2
11
"copy-from-recipe" : {
3
12
".env.test" : " .env.test" ,
4
13
"phpunit.dist.xml" : " phpunit.dist.xml" ,
Original file line number Diff line number Diff line change 34
34
35
35
<deprecationTrigger >
36
36
<function >trigger_deprecation</function >
37
- <method >Doctrine\Deprecations\Deprecation::trigger</method >
38
- <method >Doctrine\Deprecations\Deprecation::delegateTriggerToBackend</method >
39
37
</deprecationTrigger >
40
38
</source >
41
39
You can’t perform that action at this time.
0 commit comments