Apply fixes from StyleCI

This commit is contained in:
ThinkPHP
2017-04-01 07:47:28 +00:00
parent 2ebf07ba16
commit 5d89443496
5 changed files with 0 additions and 5 deletions

View File

@@ -11,7 +11,6 @@
namespace think\model\relation;
use think\Db;
use think\db\Query;
use think\Loader;
use think\Model;

View File

@@ -11,7 +11,6 @@
namespace think\model\relation;
use think\Db;
use think\db\Query;
use think\Exception;
use think\Loader;

View File

@@ -11,7 +11,6 @@
namespace think\model\relation;
use think\Db;
use think\db\Query;
use think\Exception;
use think\Loader;

View File

@@ -11,7 +11,6 @@
namespace think\model\relation;
use think\Db;
use think\db\Query;
use think\Exception;
use think\Loader;

View File

@@ -17,7 +17,6 @@ namespace tests\thinkphp\library\think;
use think\Config;
use think\Request;
use think\Route;
class requestTest extends \PHPUnit_Framework_TestCase
{