Skip to content

Commit f981f67

Browse files
Fix issue identified by Psalm
1 parent 526479b commit f981f67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Framework/TestCase.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,12 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T
275275
private $output = '';
276276

277277
/**
278-
* @var string
278+
* @var ?string
279279
*/
280280
private $outputExpectedRegex;
281281

282282
/**
283-
* @var string
283+
* @var ?string
284284
*/
285285
private $outputExpectedString;
286286

@@ -305,7 +305,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T
305305
private $outputRetrievedForAssertion = false;
306306

307307
/**
308-
* @var Snapshot
308+
* @var ?Snapshot
309309
*/
310310
private $snapshot;
311311

0 commit comments

Comments
 (0)