Skip to content

Commit 2a1ba93

Browse files
committed
refactor: phpdoc for Config\Filters::$globals
1 parent 2ec5eff commit 2a1ba93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/Config/Filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Filters extends BaseFilters
6565
* List of filter aliases that are always
6666
* applied before and after every request.
6767
*
68-
* @var array<string, array<string, array<string, string>>>|array<string, list<string>>
68+
* @var array<string, array<int|string, array<string, list<string>|string>|string>>
6969
*/
7070
public array $globals = [
7171
'before' => [

system/Config/Filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Filters extends BaseConfig
7878
* List of filter aliases that are always
7979
* applied before and after every request.
8080
*
81-
* @var array<string, array<string, array<string, string>>>|array<string, list<string>>
81+
* @var array<string, array<int|string, array<string, list<string>|string>|string>>
8282
*/
8383
public array $globals = [
8484
'before' => [

0 commit comments

Comments
 (0)