Skip to content

Commit

Permalink
Make this private (the class should be final and the other attributes…
Browse files Browse the repository at this point in the history
… should be private, too, ... but BC)
  • Loading branch information
sebastianbergmann committed Jun 24, 2018
1 parent 1aaae27 commit 1a3f78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/TestResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class TestResult implements Countable
/**
* @var bool
*/
protected $stopOnDefect = false;
private $stopOnDefect = false;

/**
* @var bool
Expand Down

0 comments on commit 1a3f78e

Please sign in to comment.