Skip to content

Commit 749303d

Browse files
Fix
1 parent a355076 commit 749303d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ parameters:
16801680
-
16811681
rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantArrayType is error-prone and deprecated. Use Type::getConstantArrays() instead.'
16821682
identifier: phpstanApi.instanceofType
1683-
count: 16
1683+
count: 18
16841684
path: src/Type/TypeCombinator.php
16851685

16861686
-

src/Type/IntersectionType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
use function sprintf;
5858
use function strcasecmp;
5959
use function strlen;
60+
use function str_starts_with;
6061
use function substr;
6162
use function usort;
6263

0 commit comments

Comments
 (0)