TableDiffFormatter: Don't repeatedly call array_shift()
authorKevin Israel <pleasestand@live.com>
Fri, 9 Oct 2015 19:48:50 +0000 (15:48 -0400)
committerKevin Israel <pleasestand@live.com>
Wed, 9 Mar 2016 09:09:07 +0000 (04:09 -0500)
commit073eb68ca9c0f59720a3088d4f13478449c3315a
treece574b95442b4c56a0e01a9a17889ce0d3c571c5
parent9e867b07b8cc42370c358fc0b25679920ceb8e62
TableDiffFormatter: Don't repeatedly call array_shift()

This also fixes a bug that could cause deleted lines to appear as if
they were replaced with blank lines rather than removed entirely.

Change-Id: I99dc2862b130c02aed311f93236eb6b2dc50a0fb
includes/diff/TableDiffFormatter.php