Skip to content

Commit 9823ba1

Browse files
kenjisMGatner
andauthored
docs: native @var tag
Co-authored-by: MGatner <[email protected]>
1 parent bd873ca commit 9823ba1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

system/Test/Mock/MockInputOutput.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ final class MockInputOutput extends InputOutput
2323
/**
2424
* String to be entered by the user.
2525
*
26-
* @var array<int, string>
27-
* @phpstan-var list<string>
26+
* @var list<string>
2827
*/
2928
private array $inputs = [];
3029

0 commit comments

Comments
 (0)