Skip to content

Commit 91bfb4a

Browse files
committed
Removing the table public property, since it's not being used
1 parent 83e6545 commit 91bfb4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

class-phpcs-diff-svn-parser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class PHPCS_Diff_SVN_parser {
99
// Used to store details about the repo the class was initialized with.
1010
public $repo; // Specific repository - eg.: plugin's name.
1111
public $repo_url; // SVN repository URL.
12-
public $table; // Table used for storing information about revisions.
1312

1413
function __construct( $repo ) {
1514

0 commit comments

Comments
 (0)