fix code style There must be one blank line after the namespace declaration

This commit is contained in:
AlexGx
2014-03-04 05:39:17 +02:00
parent c5ed024109
commit 112f67d20a
6 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@
*/
namespace yii\base;
use Yii;
/**