Skip to content

Commit

Permalink
Merge pull request #7451 from ping-yee/docs-replace-filter
Browse files Browse the repository at this point in the history
docs: fix PHPDoc types in `Filter` class.
  • Loading branch information
kenjis authored May 9, 2023
2 parents 19c28a1 + 831a401 commit 42b174f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Filters/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public function enableFilters(array $names, string $when = 'before')
/**
* Returns the arguments for a specified key, or all.
*
* @return mixed
* @return array<string, string>|string
*/
public function getArguments(?string $key = null)
{
Expand Down

0 comments on commit 42b174f

Please sign in to comment.