Skip to content

Commit c96d1c5

Browse files
committed
cs
1 parent 557645a commit c96d1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T
181181
private int $outputBufferingLevel;
182182
private bool $outputRetrievedForAssertion = false;
183183
private bool $doesNotPerformAssertions = false;
184-
private bool $expectErrorLog = false;
184+
private bool $expectErrorLog = false;
185185

186186
/**
187187
* @var list<Comparator>

0 commit comments

Comments
 (0)