Skip to content

Commit

Permalink
docs: suppress paslm error
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Aug 27, 2023
1 parent e28b9d7 commit 1e91936
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/_support/Config/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@

namespace Tests\Support\Config\Filters;

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

0 comments on commit 1e91936

Please sign in to comment.