mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00

Appended newlines to every PHP document that did not have a newline as the last character in the file.
20 lines
382 B
PHP
20 lines
382 B
PHP
<?php
|
|
/**
|
|
* @copyright Copyright (c) 2008 Yii Software LLC
|
|
* @link http://www.yiiframework.com/
|
|
* @license http://www.yiiframework.com/license/
|
|
*/
|
|
|
|
namespace yii\helpers;
|
|
|
|
/**
|
|
* ArrayHelper provides additional array functionality you can use in your
|
|
* application.
|
|
*
|
|
* @author Qiang Xue <qiang.xue@gmail.com>
|
|
* @since 2.0
|
|
*/
|
|
class ArrayHelper extends base\ArrayHelper
|
|
{
|
|
}
|