Skip to content

Commit 6e601fb

Browse files
phpstan-botclaude
andcommitted
Add missing use statement for array_slice in Php8SignatureMapProvider
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c04ed10 commit 6e601fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Reflection/SignatureMap/Php8SignatureMapProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
use ReflectionFunctionAbstract;
3030
use function array_key_exists;
3131
use function array_map;
32+
use function array_slice;
3233
use function count;
3334
use function explode;
3435
use function is_string;

0 commit comments

Comments
 (0)