Skip to content

Commit a477400

Browse files
committed
docs: replace mixed in filter class.
1 parent 6c346b6 commit a477400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Filters/Filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public function enableFilters(array $names, string $when = 'before')
375375
/**
376376
* Returns the arguments for a specified key, or all.
377377
*
378-
* @return mixed
378+
* @return array|bool|float|int|object|string|null
379379
*/
380380
public function getArguments(?string $key = null)
381381
{

0 commit comments

Comments
 (0)