Skip to content

Commit e0281f8

Browse files
VincentLangletondrejmirtes
authored andcommitted
Add literal-string check for andWhere
1 parent dc63ecb commit e0281f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stubs/bleedingEdge/ORM/QueryBuilder.stub

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,14 @@ class QueryBuilder
143143
{
144144

145145
}
146+
147+
/**
148+
* @param literal-string|object|array<mixed> $predicates
149+
* @return $this
150+
*/
151+
public function andWhere($predicates)
152+
{
153+
154+
}
146155

147156
}

0 commit comments

Comments
 (0)