Skip to content

Commit d8eb0e5

Browse files
committed
Fixed Wrong type annotation in RW class #58
1 parent 162d177 commit d8eb0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbraFlexi/RW.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public function deleteFromAbraFlexi($id = null)
289289
/**
290290
* Control for existing column names in evidence and take data.
291291
*
292-
* @param array<string, string> $data Data to keep
292+
* @param array<string, mixed> $data Data to keep
293293
*
294294
* @return int number of records taken
295295
*/

0 commit comments

Comments
 (0)