Skip to content

Commit a506f41

Browse files
gharlansebastianbergmann
authored andcommitted
Parser: use list return type
1 parent 98c299d commit a506f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
final class Parser
2323
{
2424
/**
25-
* @return Diff[]
25+
* @return list<Diff>
2626
*/
2727
public function parse(string $string): array
2828
{

0 commit comments

Comments
 (0)