Skip to content

Commit 89a3a61

Browse files
author
Sven Hagemann
committed
Cleanup of unused local properties
1 parent 6cbc63a commit 89a3a61

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

lib/Caxy/HtmlDiff/HtmlDiff.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ class HtmlDiff extends AbstractDiff
1313
* @var array
1414
*/
1515
protected $wordIndices;
16-
/**
17-
* @var array
18-
*/
19-
protected $oldTables;
20-
/**
21-
* @var array
22-
*/
23-
protected $newTables;
16+
2417
/**
2518
* @var array
2619
*/

0 commit comments

Comments
 (0)