File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1010use 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 */
1821class Types {
1922}
You can’t perform that action at this time.
0 commit comments