Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit fc8cf63

Browse files
Wilfredfacebook-github-bot
authored andcommitted
Remove private methods 7/n
Summary: drop-conflicts bypass-lint Reviewed By: zefrosnbrick Differential Revision: D29248167 fbshipit-source-id: b9667491bbbb247abbbdaa4cc64bb72771845d9f
1 parent 50c0d7a commit fc8cf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Diff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ final public function getDiff(): vec<DiffOp<this::TContent>> {
135135
*
136136
* The final step is handled by `backtrackPath()`
137137
*/
138-
final private function getMoves(): vec<this::TMove> {
138+
private function getMoves(): vec<this::TMove> {
139139
/* If you're comparing this to the paper:
140140
* `$max_x` is N
141141
* `$max_y` is M

0 commit comments

Comments
 (0)