Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 8, 2018
1 parent af2def7 commit ea28bb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Framework/TestResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ class TestResult implements Countable
*/
protected $beStrictAboutResourceUsageDuringSmallTests = false;

/**
* @var int
*/
private $defaultTimeLimit = 0;

/**
* @var bool
*/
Expand Down Expand Up @@ -184,6 +179,11 @@ class TestResult implements Countable
*/
protected $lastTestFailed = false;

/**
* @var int
*/
private $defaultTimeLimit = 0;

/**
* @var bool
*/
Expand Down

0 comments on commit ea28bb9

Please sign in to comment.