From dec612a47e3ef9215034b579188fba8afff7f9ae Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Thu, 8 Aug 2019 23:06:52 -0400 Subject: [PATCH] Remove blank line --- src/Psalm/Internal/Codebase/Analyzer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Psalm/Internal/Codebase/Analyzer.php b/src/Psalm/Internal/Codebase/Analyzer.php index 15be1c979b2..91e6aa7f915 100644 --- a/src/Psalm/Internal/Codebase/Analyzer.php +++ b/src/Psalm/Internal/Codebase/Analyzer.php @@ -1252,7 +1252,6 @@ public function updateFile($file_path, $dry_run) function (FileManipulation $a, FileManipulation $b) { if ($b->end === $a->end) { if ($a->start === $b->start) { - return $b->insertion_text > $a->insertion_text ? 1 : -1; }