Skip to content

Commit ef16989

Browse files
committed
cs-fix
1 parent cab7cf0 commit ef16989

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Psalm/Internal/Analyzer/Statements/Block/IfElse/IfAnalyzer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,11 @@
3434
use function array_keys;
3535
use function array_merge;
3636
use function array_reduce;
37-
use function array_unique;
3837
use function count;
3938
use function in_array;
4039
use function preg_match;
4140
use function preg_quote;
4241
use function spl_object_id;
43-
use function strpos;
44-
use function substr;
4542

4643
/**
4744
* @internal

tests/TypeReconciliation/ArrayKeyExistsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function getMethodName(array $ddata = []): void {
6767
}
6868
/** @psalm-check-type-exact $ddata = array<array-key, mixed> */
6969
}
70-
'
70+
',
7171
],
7272
'arrayKeyExistsTwice' => [
7373
'code' => '<?php

0 commit comments

Comments
 (0)