1
0
mirror of synced 2025-02-02 13:31:45 +03:00

fix incorrect phpdoc typehint

This commit is contained in:
Farhad Safarov 2018-11-13 13:01:10 +03:00 committed by GitHub
parent 5208035003
commit fbd3fe95e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1027,7 +1027,7 @@ class QueryBuilder
* </code>
*
* @param string $key The key/field to set.
* @param string $value The value, expression, placeholder, etc.
* @param mixed $value The value, expression, placeholder, etc.
*
* @return self
*/