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 5095bdc commit 6899b3eCopy full SHA for 6899b3e
src/Differ.php
@@ -34,7 +34,7 @@ class Differ
34
*/
35
public function __construct($header = "--- Original\n+++ New\n", $showNonDiffLines = true)
36
{
37
- $this->header = $header;
+ $this->header = $header;
38
$this->showNonDiffLines = $showNonDiffLines;
39
}
40
0 commit comments