File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Database/Query Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4171,7 +4171,7 @@ public function getRawBindings()
4171
4171
* Set the bindings on the query builder.
4172
4172
*
4173
4173
* @param list<mixed> $bindings
4174
- * @param string $type
4174
+ * @param "select"|"from"|"join"|"where"|"groupBy"|"having"|"order"|"union"|"unionOrder" $type
4175
4175
* @return $this
4176
4176
*
4177
4177
* @throws \InvalidArgumentException
@@ -4191,7 +4191,7 @@ public function setBindings(array $bindings, $type = 'where')
4191
4191
* Add a binding to the query.
4192
4192
*
4193
4193
* @param mixed $value
4194
- * @param string $type
4194
+ * @param "select"|"from"|"join"|"where"|"groupBy"|"having"|"order"|"union"|"unionOrder" $type
4195
4195
* @return $this
4196
4196
*
4197
4197
* @throws \InvalidArgumentException
You can’t perform that action at this time.
0 commit comments