File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,19 +78,19 @@ final class Differ
78
78
79
79
/**
80
80
* @var int the end index for the old if the old has no EOL at EOF
81
- * -1 means the old has an EOL at EOF
81
+ * `-1` means the old has an EOL at EOF
82
82
*/
83
83
private $ oldNoEolAtEofIdx = -1 ;
84
84
85
85
/**
86
86
* @var int the end index for the new if the new has no EOL at EOF
87
- * -1 means the new has an EOL at EOF
87
+ * `-1` means the new has an EOL at EOF
88
88
*/
89
89
private $ newNoEolAtEofIdx = -1 ;
90
90
91
91
/**
92
92
* @var int the result of comparing the old and the new with the spaceship operator
93
- * -1 means old < new, 0 means old == new, 1 means old > new
93
+ * `-1` means ` old < new`, `0` means ` old == new`, `1` means ` old > new`
94
94
*/
95
95
private $ oldNewComparison = 0 ;
96
96
You can’t perform that action at this time.
0 commit comments