Skip to content

Commit 5b11e3e

Browse files
committed
Fix typehint
1 parent 0215523 commit 5b11e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_actionlogs/src/Helper/ActionlogsHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ActionlogsHelper
3737
/**
3838
* Method to convert logs objects array to an iterable type for use with a CSV export
3939
*
40-
* @param array|Traversable $data The logs data objects to be exported
40+
* @param array|\Traversable $data The logs data objects to be exported
4141
*
4242
* @return Generator
4343
*

0 commit comments

Comments
 (0)