We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d1edc commit 74c6f6fCopy full SHA for 74c6f6f
README.md
@@ -29,8 +29,10 @@ The `Differ` class can be used to generate a textual representation of the diffe
29
```php
30
<?php
31
use SebastianBergmann\Diff\Differ;
32
+use SebastianBergmann\Diff\Output\UnifiedDiffOutputBuilder;
33
+
34
+$differ = new Differ(new UnifiedDiffOutputBuilder);
35
-$differ = new Differ;
36
print $differ->diff('foo', 'bar');
37
```
38
0 commit comments