Skip to content

Commit 543b0fb

Browse files
committed
Update the @param annotation of the getColumnsFromAbraFlexi method
Filter conditions don't have a string key. For example here: https://github.com/Spoje-NET/php-abraflexi/blob/main/src/AbraFlexi/RO.php#L2122
1 parent 524b825 commit 543b0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AbraFlexi/RO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ public function getSumsFromAbraFlexi(
18881888
* Return columns from AbraFlexi according to conditions.
18891889
*
18901890
* @param array<string>|string $columnsList List of items or detail level: id|summary|full
1891-
* @param array<string, mixed> $conditions Array of conditions or record ID
1891+
* @param array<string|int, mixed> $conditions Array of conditions or record ID
18921892
* @param null|string $indexBy Column by which to index records
18931893
*
18941894
* @return null|array<int|string, array<string, mixed>> Records

0 commit comments

Comments
 (0)