From b5cbb5ab3f084da72b12fbca770a3694d03931e9 Mon Sep 17 00:00:00 2001 From: Daimona Eaytoy Date: Sun, 1 Sep 2019 16:00:35 +0200 Subject: Upgrade phan config to 0.7.1 This allows us to remove many suppressions for phan false positives. Bug: T231636 Depends-On: I82a279e1f7b0fdefd3bb712e46c7d0665429d065 Change-Id: I5c251e9584a1ae9fb1577afcafb5001e0dcd41c7 --- includes/diff/DiffEngine.php | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/diff') diff --git a/includes/diff/DiffEngine.php b/includes/diff/DiffEngine.php index 6ebec1cd1890..6fa40ea46cb4 100644 --- a/includes/diff/DiffEngine.php +++ b/includes/diff/DiffEngine.php @@ -363,7 +363,6 @@ class DiffEngine { */ $max = min( $this->m, $this->n ); for ( $forwardBound = 0; $forwardBound < $max - // @phan-suppress-next-line PhanTypeInvalidDimOffset && $this->from[$forwardBound] === $this->to[$forwardBound]; ++$forwardBound ) { -- cgit v1.2.3