Skip to content

Commit 5fd2552

Browse files
committed
test: fix generator.valueType error
1 parent fa0913c commit 5fd2552

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

tests/system/Database/Builder/SelectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function testSelectAcceptsArrayWithRawSql(array $select, string $expected
8383
}
8484

8585
/**
86-
* @return Generator<list<RawSql|string>|string>
86+
* @return iterable<array{0: list<RawSql|string>, 1: string}>
8787
*/
8888
public static function provideSelectAcceptsArrayWithRawSql(): iterable
8989
{

utils/phpstan-baseline/generator.valueType.neon

Lines changed: 0 additions & 8 deletions
This file was deleted.

utils/phpstan-baseline/loader.neon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 3511 errors
1+
# total 3510 errors
22
includes:
33
- argument.type.neon
44
- assign.propertyType.neon
@@ -10,7 +10,6 @@ includes:
1010
- codeigniter.unknownServiceMethod.neon
1111
- deadCode.unreachable.neon
1212
- empty.notAllowed.neon
13-
- generator.valueType.neon
1413
- method.alreadyNarrowedType.neon
1514
- method.childParameterType.neon
1615
- method.childReturnType.neon

0 commit comments

Comments
 (0)