Skip to content

Commit 1e91936

Browse files
committed
docs: suppress paslm error
1 parent e28b9d7 commit 1e91936

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/_support/Config/Filters.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111

1212
namespace Tests\Support\Config\Filters;
1313

14+
/**
15+
* @psalm-suppress UndefinedGlobalVariable
16+
*/
1417
$filters->aliases['test-customfilter'] = \Tests\Support\Filters\Customfilter::class;
1518
$filters->aliases['test-redirectfilter'] = \Tests\Support\Filters\RedirectFilter::class;

0 commit comments

Comments
 (0)