Skip to content

Commit

Permalink
Fix internal docblock for Reader:computeHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 31, 2024
1 parent 13091a6 commit d697430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ public function getRecordsAsObject(string $className, array $header = []): Itera
/**
* Returns the header to be used for iteration.
*
* @param array<array-key, string|int> $header
* @param array<int|string> $header
*
* @throws SyntaxError If the header contains non unique column name
*
Expand Down

0 comments on commit d697430

Please sign in to comment.