mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-14 10:20:34 +08:00
Fix #20634: Fix PHPDoc annotations in yii\db namespace. Add PHPStan/Psalm annotations for yii\db\SqlTokenizer::startsWithAnyLongest()
This commit is contained in:
@@ -132,7 +132,7 @@ class ArrayExpressionBuilder implements ExpressionBuilderInterface
|
||||
*
|
||||
* @param ArrayExpression $expression
|
||||
* @param mixed $value
|
||||
* @return JsonExpression
|
||||
* @return mixed
|
||||
*/
|
||||
protected function typecastValue(ArrayExpression $expression, $value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user