Files
yii2/framework/helpers/ArrayHelper.php
Carsten Brandt 3c400dbca8 fixed file PHPdoc
issue #3026
2014-04-10 22:10:59 +02:00

20 lines
386 B
PHP

<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\helpers;
/**
* ArrayHelper provides additional array functionality that you can use in your
* application.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class ArrayHelper extends BaseArrayHelper
{
}