release version 2.0.14

This commit is contained in:
SilverFire - Dmitry Naumenko
2018-02-19 00:27:09 +02:00
parent 089685975a
commit 22832b7c49
81 changed files with 367 additions and 50 deletions

View File

@@ -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.