Skip to content

Commit 9fa28bf

Browse files
gnutixclaude
andcommitted
Import array_filter via use function
Satisfies SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly — follow-up to the previous commit which added an `array_filter` call without a matching `use function` statement. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4be2b56 commit 9fa28bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Type/TypeCombinator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
use PHPStan\Type\Generic\TemplateTypeFactory;
2828
use PHPStan\Type\Generic\TemplateUnionType;
2929
use function array_fill;
30+
use function array_filter;
3031
use function array_key_exists;
3132
use function array_key_first;
3233
use function array_merge;

0 commit comments

Comments
 (0)