Commit 112f67d2 by AlexGx

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

parent c5ed0241
......@@ -6,6 +6,7 @@
*/
namespace yii\base;
use Yii;
/**
......
......@@ -6,6 +6,7 @@
*/
namespace yii\caching;
use yii\base\InvalidConfigException;
/**
......
......@@ -6,6 +6,7 @@
*/
namespace yii\caching;
use yii\base\InvalidConfigException;
/**
......
......@@ -6,6 +6,7 @@
*/
namespace yii\validators;
use yii\web\AssetBundle;
/**
......
......@@ -6,6 +6,7 @@
*/
namespace yii\validators;
use yii\web\AssetBundle;
/**
......
......@@ -6,6 +6,7 @@
*/
namespace yii\widgets;
use yii\web\AssetBundle;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment