Wrong annotations for yii\db\QueryTrait::where($condition)(#16794) (#16803) [skip ci]

This commit is contained in:
Evgeniy Moiseenko
2018-10-20 00:08:00 +03:00
committed by Alexander Makarov
parent 48aa1957de
commit 00fe20e675

View File

@ -85,7 +85,7 @@ trait QueryTrait
*
* See [[QueryInterface::where()]] for detailed documentation.
*
* @param array $condition the conditions that should be put in the WHERE part.
* @param string|array $condition the conditions that should be put in the WHERE part.
* @return $this the query object itself
* @see andWhere()
* @see orWhere()