Skip to content

Commit

Permalink
tweak: fix php doc
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Nov 21, 2024
1 parent 7b1f6f0 commit c49d04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TableBinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function bindTableData(
}
}

/** @param array<int, array<int,string>> | array<int, array<string, string>> | array<string, array<int, string>> | array<int, array<int, string> | array<string, string> $array */
/** @param array<int, array<int,string>> | array<int, array<string, string>> | array<string, array<int, string>> | array<int, array<int, string>> | array<string, string> $array */
public function detectTableDataStructureType(array $array):TableDataStructureType {
if(empty($array)) {
return TableDataStructureType::NORMALISED;
Expand Down

0 comments on commit c49d04a

Please sign in to comment.