Browse Source

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

tags/2.0.16
Evgeniy Moiseenko 6 years ago committed by Alexander Makarov
parent
commit
00fe20e675
  1. 2
      framework/db/QueryTrait.php

2
framework/db/QueryTrait.php

@ -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()

Loading…
Cancel
Save