mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
Remove invalid @property annotations and fix property descriptions (#20510)
This commit is contained in:
@ -23,7 +23,10 @@ use yii\helpers\StringHelper;
|
||||
* For more details and usage information on QueryBuilder, see the [guide article on query builders](guide:db-query-builder).
|
||||
*
|
||||
* @property-write string[] $conditionClasses Map of condition aliases to condition classes. For example:
|
||||
* ```php ['LIKE' => yii\db\condition\LikeCondition::class] ```.
|
||||
*
|
||||
* ```php
|
||||
* ['LIKE' => yii\db\condition\LikeCondition::class]
|
||||
* ```
|
||||
* @property-write string[] $expressionBuilders Array of builders that should be merged with the pre-defined
|
||||
* ones in [[expressionBuilders]] property.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user