diff --git a/src/Reporter.php b/src/Reporter.php index 824031a485..78134bda71 100644 --- a/src/Reporter.php +++ b/src/Reporter.php @@ -60,13 +60,6 @@ class Reporter */ public $totalFixed = 0; - /** - * When the PHPCS run started. - * - * @var float - */ - public static $startTime = 0; - /** * A cache of report objects. *