Skip to content

Commit 709b9f2

Browse files
committed
docs: add @phpstan-ignore-line
1 parent 3ed4329 commit 709b9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Filters/Filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public function runRequired(string $position = 'before')
264264
{
265265
// For backward compatibility. For users who do not update Config\Filters.
266266
if (! isset($this->config->required[$position])) {
267-
$baseConfig = config(BaseFiltersConfig::class);
267+
$baseConfig = config(BaseFiltersConfig::class); // @phpstan-ignore-line
268268
$filters = $baseConfig->required[$position];
269269
$aliases = $baseConfig->aliases;
270270
} else {

0 commit comments

Comments
 (0)