Skip to content

Commit baca36e

Browse files
committed
docs: update PHPDoc
1 parent fbacb30 commit baca36e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

system/Database/BaseBuilder.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,10 @@ class BaseBuilder
170170
* setQueryAsData?: string,
171171
* sql?: string,
172172
* alias?: string,
173-
* fieldTypes?: array<string, string>
173+
* fieldTypes?: array<string, array<string, string>>
174174
* }
175+
*
176+
* fieldTypes: [ProtectedTableName => [FieldName => Type]]
175177
*/
176178
protected $QBOptions;
177179

0 commit comments

Comments
 (0)