File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
use Stringable ;
11
11
12
12
/**
13
- * @phpstan-type DBParameterValueType null|scalar|Stringable|DBExpr|Select|DateTimeInterface|array<null|scalar|Stringable>
14
13
* @phpstan-type DBTableNameType string|array<int, array<string, null|scalar>>|Select|VirtualTable
15
14
* @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
17
20
*/
18
21
class Types {
19
22
}
You can’t perform that action at this time.
0 commit comments