Skip to content

Commit d7f2f24

Browse files
committed
chore: fix stan
1 parent e74a3bf commit d7f2f24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CsvFile.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ public function get(): string
111111
return $contents;
112112
}
113113

114+
/**
115+
* @param null|int<0, max> $length
116+
*/
114117
public function getHeaders(?int $length = null): array
115118
{
116119
$headers = fgetcsv($this->stream, $length);

0 commit comments

Comments
 (0)