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 17bb3ab commit 7e53eb5Copy full SHA for 7e53eb5
src/Differ.php
@@ -30,14 +30,10 @@
30
31
final class Differ
32
{
33
- public const OLD = 0;
34
-
35
- public const ADDED = 1;
36
37
- public const REMOVED = 2;
38
39
- public const DIFF_LINE_END_WARNING = 3;
40
+ public const OLD = 0;
+ public const ADDED = 1;
+ public const REMOVED = 2;
+ public const DIFF_LINE_END_WARNING = 3;
41
public const NO_LINE_END_EOF_WARNING = 4;
42
private DiffOutputBuilderInterface $outputBuilder;
43
src/Line.php
@@ -11,10 +11,8 @@
11
12
final class Line
13
14
15
16
17
18
public const UNCHANGED = 3;
19
private int $type;
20
private string $content;
0 commit comments