mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-19 07:07:58 +08:00
release version 2.0.14
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* @link http://www.yiiframework.com/
|
||||
* @copyright Copyright (c) 2008 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
namespace yii\db;
|
||||
|
||||
@@ -37,6 +42,7 @@ class ArrayExpression implements ExpressionInterface, \ArrayAccess, \Countable
|
||||
*/
|
||||
private $dimension;
|
||||
|
||||
|
||||
/**
|
||||
* ArrayExpression constructor.
|
||||
*
|
||||
@@ -88,7 +94,7 @@ class ArrayExpression implements ExpressionInterface, \ArrayAccess, \Countable
|
||||
* @param mixed $offset <p>
|
||||
* An offset to check for.
|
||||
* </p>
|
||||
* @return boolean true on success or false on failure.
|
||||
* @return bool true on success or false on failure.
|
||||
* </p>
|
||||
* <p>
|
||||
* The return value will be casted to boolean if non-boolean was returned.
|
||||
|
||||
Reference in New Issue
Block a user