Skip to content

Commit 975a1f7

Browse files
sclubricantskenjis
andcommitted
Update system/Database/BaseBuilder.php
Co-authored-by: kenjis <[email protected]>
1 parent b3b7e4c commit 975a1f7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

system/Database/BaseBuilder.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,12 @@ class BaseBuilder
159159
* and is reset by resetWrite()
160160
*
161161
* @phpstan-var array{
162-
* updateFields?: array,
163-
* constraints?: array,
164-
* fromQuery?: string,
165-
* sql?: string,
166-
* alias?: string
162+
* updateFields?: array,
163+
* constraints?: array,
164+
* fromQuery?: string,
165+
* sql?: string,
166+
* alias?: string
167167
* }
168-
*
169168
* @var array
170169
*/
171170
protected $QBOptions;

0 commit comments

Comments
 (0)