We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28b9d7 commit 1e91936Copy full SHA for 1e91936
tests/_support/Config/Filters.php
@@ -11,5 +11,8 @@
11
12
namespace Tests\Support\Config\Filters;
13
14
+/**
15
+ * @psalm-suppress UndefinedGlobalVariable
16
+ */
17
$filters->aliases['test-customfilter'] = \Tests\Support\Filters\Customfilter::class;
18
$filters->aliases['test-redirectfilter'] = \Tests\Support\Filters\RedirectFilter::class;
0 commit comments