Skip to content

Commit d463dcc

Browse files
committed
fix build
1 parent f06ddd6 commit d463dcc

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
@@ -1383,7 +1383,7 @@ parameters:
13831383
-
13841384
message: '#^Doing instanceof PHPStan\\Type\\IterableType is error\-prone and deprecated\. Use Type\:\:isIterable\(\) instead\.$#'
13851385
identifier: phpstanApi.instanceofType
1386-
count: 2
1386+
count: 1
13871387
path: src/Type/IterableType.php
13881388

13891389
-

src/Type/IterableType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use PHPStan\Type\Traits\UndecidedComparisonCompoundTypeTrait;
2121
use Traversable;
2222
use function array_merge;
23+
use function get_class;
2324
use function sprintf;
2425

2526
/** @api */

0 commit comments

Comments
 (0)