Merge pull request #446 from top-think/analysis-XVDRn3

Apply fixes from StyleCI
This commit is contained in:
ThinkPHP
2017-01-15 20:52:24 -06:00
committed by GitHub

View File

@@ -16,7 +16,6 @@ use ArrayIterator;
use Countable;
use IteratorAggregate;
use JsonSerializable;
use think\Model;
class Collection implements ArrayAccess, Countable, IteratorAggregate, JsonSerializable
{