Skip to content

Commit c3474ee

Browse files
authored
cs fix
1 parent a6561f3 commit c3474ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Output/UnifiedDiffOutputBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct(string $header = "--- Original\n+++ New\n", bool $ad
4141
{
4242
$this->header = $header;
4343
$this->addLineNumbers = $addLineNumbers;
44-
$this->contextLines = $contextLines;
44+
$this->contextLines = $contextLines;
4545
}
4646

4747
public function getDiff(array $diff): string

0 commit comments

Comments
 (0)