From 1af202073948385712bb18061908ad1fe786d28b Mon Sep 17 00:00:00 2001 From: Reedy Date: Mon, 11 May 2020 01:55:41 +0100 Subject: Fix numerous Squiz.Scope.MethodScope.Missing Change-Id: I7a5aa8555e94a0bcb97b37ec6f8ca854de7c5575 --- includes/diff/DiffEngine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/diff/DiffEngine.php') diff --git a/includes/diff/DiffEngine.php b/includes/diff/DiffEngine.php index 8eda107b481c..0a522f506b4f 100644 --- a/includes/diff/DiffEngine.php +++ b/includes/diff/DiffEngine.php @@ -412,7 +412,7 @@ class DiffEngine { $this->added = $added; } - function diff_range( $from_lines, $to_lines ) { + private function diff_range( $from_lines, $to_lines ) { // Diff and store locally $this->diff( $from_lines, $to_lines ); unset( $from_lines, $to_lines ); -- cgit v1.2.3