Closed ThatIsGeek closed 7 years ago
Is the encoding of DifferTest.php
correct, because github thinks it's a binary file?
The encoding is correct, but there are NUL bytes. I replaced them with \0.
@sebastianbergmann any reasons to not merge this PR? diff
as well as diffToArray
suggest array|string
in their doc block for $from
and $to
which obviously is not really the case :/
Fyi, I've worked on a fork in a different namespace. Issue was fixed here. Otherwise some refactoring and working with a Formatter interface.
(Sorry, I'm not sure about the etiquette when it comes to forking and diverting..)
I am sorry for dropping the ball on this. This branch now has conflicts that must be resolved. Please open a new pull request. Thanks!
Resolves #28