Skip to content

Commit 42b174f

Browse files
authored
Merge pull request #7451 from ping-yee/docs-replace-filter
docs: fix PHPDoc types in `Filter` class.
2 parents 19c28a1 + 831a401 commit 42b174f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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<string, string>|string
379379
*/
380380
public function getArguments(?string $key = null)
381381
{

0 commit comments

Comments
 (0)