Code style fixes

This commit is contained in:
Alexander Makarov
2017-11-01 02:43:02 +03:00
parent e0884323d3
commit fb23b0d0ea
49 changed files with 223 additions and 149 deletions

View File

@@ -1,8 +1,12 @@
<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yiiunit\data\modules\magic;
class Module extends \yii\base\Module
{
}