[BUGFIX] Replace usage of UnifiedDiffOutputBuilder with StrictUnifiedDiffOutputBuilder#409
Conversation
0b21990 to
95027d7
Compare
…DiffOutputBuilder Resolves: andreaswolf#408
95027d7 to
fe22f6d
Compare
|
@andreaswolf @simonschaufi Maybe someone of you can take a deeper look sometime. I am not quite sure how fractor works in detail. It seems that replacing the |
|
What I would do is to check how Rector fixed this issue as most of the Fractor code is almost a 1:1 copy of Rector |
|
Re @simonschaufi's suggestion to check how Rector solved this: Rector's new StrictUnifiedDiffOutputBuilder(['fromFile' => 'Original', 'toFile' => 'New'])The header concern @alexanderschnitzler raised is handled by passing For what it's worth, the console path was already handled this way in #416 (merged): One more note: the latest release |
|
Yeah, I too care of the sync with Rector but the doc generator needs to be maintained by us as there are no more external updates. Would you take care of a fix? |
Resolves: #408