Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Config/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Filters extends BaseFilters
* List of filter aliases that are always
* applied before and after every request.
*
* @var array<string, array<string, array<string, string>>>|array<string, list<string>>
* @var array<string, array<int|string, array<string, list<string>|string>|string>>
*/
public array $globals = [
'before' => [
Expand Down
2 changes: 1 addition & 1 deletion system/Config/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Filters extends BaseConfig
* List of filter aliases that are always
* applied before and after every request.
*
* @var array<string, array<string, array<string, string>>>|array<string, list<string>>
* @var array<string, array<int|string, array<string, list<string>|string>|string>>
*/
public array $globals = [
'before' => [
Expand Down
Loading