1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge pull request #7472 from seferov/patch-2

fix incorrect phpdoc typehint
This commit is contained in:
Luís Cobucci 2018-11-20 09:41:01 +01:00 committed by GitHub
commit ac505390dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1027,7 +1027,7 @@ class QueryBuilder
* </code> * </code>
* *
* @param string $key The key/field to set. * @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 * @return self
*/ */