mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-19 18:00:51 +08:00

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