Skip to content

Commit 0570dc4

Browse files
committed
Updated typing
1 parent e04522f commit 0570dc4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Builder/Internal/Types.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@
1010
use Stringable;
1111

1212
/**
13-
* @phpstan-type DBParameterValueType null|scalar|Stringable|DBExpr|Select|DateTimeInterface|array<null|scalar|Stringable>
1413
* @phpstan-type DBTableNameType string|array<int, array<string, null|scalar>>|Select|VirtualTable
1514
* @phpstan-type DBFetchRowsCallableReturnType string|array<int, array<string, null|scalar>>|Select|VirtualTable
16-
* @phpstan-type DBWhereExpressionType string|array<string, null|scalar|Stringable>|object|OptionalExpression
15+
*
16+
* @phpstan-type DBParameterValueType null|scalar|Stringable|DBExpr|Select|DateTimeInterface|array<null|scalar|Stringable>
17+
*
18+
* @phpstan-type DBWhereKeyValueExpressionType string|array<string, DBParameterValueType>|object|OptionalExpression
19+
* @phpstan-type DBWhereExpressionType string|DBWhereKeyValueExpressionType|object|OptionalExpression
1720
*/
1821
class Types {
1922
}

0 commit comments

Comments
 (0)