Skip to content

Commit ddfd56a

Browse files
authored
Merge pull request #1064 from PHPCSStandards/phpcs-4.0/feature/reporter-remove-redundant-property
Reporter: remove redundant property
2 parents 3aa9c99 + 0d6bd62 commit ddfd56a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Reporter.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ class Reporter
6060
*/
6161
public $totalFixed = 0;
6262

63-
/**
64-
* When the PHPCS run started.
65-
*
66-
* @var float
67-
*/
68-
public static $startTime = 0;
69-
7063
/**
7164
* A cache of report objects.
7265
*

0 commit comments

Comments
 (0)