diff options
author | Daimona Eaytoy <daimona.wiki@gmail.com> | 2019-09-01 16:00:35 +0200 |
---|---|---|
committer | Daimona Eaytoy <daimona.wiki@gmail.com> | 2019-09-04 08:20:53 +0000 |
commit | b5cbb5ab3f084da72b12fbca770a3694d03931e9 (patch) | |
tree | 5116c923cad311c4f63bbb586348d366caea1be0 /includes/diff/DiffEngine.php | |
parent | 39d5e7aa6e91b6726f10b5e69a2140bd93ddc5a3 (diff) | |
download | mediawikicore-b5cbb5ab3f084da72b12fbca770a3694d03931e9.tar.gz mediawikicore-b5cbb5ab3f084da72b12fbca770a3694d03931e9.zip |
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
Diffstat (limited to 'includes/diff/DiffEngine.php')
-rw-r--r-- | includes/diff/DiffEngine.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) { |