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 74c6f6f commit 8007d3dCopy full SHA for 8007d3d
README.md
@@ -27,7 +27,7 @@ composer require --dev sebastian/diff
27
The `Differ` class can be used to generate a textual representation of the difference between two strings:
28
29
```php
30
-<?php
+<?php declare(strict_types=1);
31
use SebastianBergmann\Diff\Differ;
32
use SebastianBergmann\Diff\Output\UnifiedDiffOutputBuilder;
33
0 commit comments