Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
Scrutinizer Auto-Fixes
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer committed Jul 18, 2016
1 parent 39dd863 commit bd738f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Mapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

namespace PHPWorldWide\Stats;

use PHPWorldWide\Stats\Collection\UserCollection;
use PHPWorldWide\Stats\Collection\TopicCollection;
use PHPWorldWide\Stats\Collection\CommentCollection;
use PHPWorldWide\Stats\Collection\ReplyCollection;
use PHPWorldWide\Stats\Collection\TopicCollection;
use PHPWorldWide\Stats\Collection\UserCollection;
use PHPWorldWide\Stats\Model\Comment;
use PHPWorldWide\Stats\Model\Reply;
use PHPWorldWide\Stats\Model\Topic;
use PHPWorldWide\Stats\Model\User;
use PHPWorldWide\Stats\Model\Reply;
use PHPWorldWide\Stats\Model\Comment;

/**
* Class Mapper
Expand Down

0 comments on commit bd738f5

Please sign in to comment.