Skip to content

Commit

Permalink
Merge pull request antonioribeiro#330 from antonioribeiro/analysis-q5…
Browse files Browse the repository at this point in the history
…15Bl

Apply fixes from StyleCI
  • Loading branch information
antonioribeiro authored Oct 4, 2017
2 parents 65e3335 + da32abc commit e44d88b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
use Illuminate\Log\Writer as Logger;
use Illuminate\Routing\Router;
use PragmaRX\Support\Config;
use PragmaRX\Support\GeoIp\Updater as GeoIpUpdater;
use PragmaRX\Support\IpAddress;
use PragmaRX\Tracker\Data\RepositoryManager as DataRepositoryManager;
use PragmaRX\Tracker\Support\Minutes;
use PragmaRX\Support\GeoIp\Updater as GeoIpUpdater;
use PragmaRX\Tracker\Repositories\Message as MessageRepository;
use PragmaRX\Tracker\Support\Minutes;

class Tracker
{
Expand Down
2 changes: 1 addition & 1 deletion src/Vendor/Laravel/Artisan/UpdateGeoIp.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function fire()
}

/**
* Handle the command
* Handle the command.
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Vendor/Laravel/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
use PragmaRX\Tracker\Data\Repositories\SystemClass;
use PragmaRX\Tracker\Data\RepositoryManager;
use PragmaRX\Tracker\Eventing\EventStorage;
use PragmaRX\Tracker\Repositories\Message as MessageRepository;
use PragmaRX\Tracker\Services\Authentication;
use PragmaRX\Tracker\Support\Cache;
use PragmaRX\Tracker\Support\CrawlerDetector;
Expand All @@ -41,7 +42,6 @@
use PragmaRX\Tracker\Tracker;
use PragmaRX\Tracker\Vendor\Laravel\Artisan\Tables as TablesCommand;
use PragmaRX\Tracker\Vendor\Laravel\Artisan\UpdateGeoIp;
use PragmaRX\Tracker\Repositories\Message as MessageRepository;

class ServiceProvider extends PragmaRXServiceProvider
{
Expand Down

0 comments on commit e44d88b

Please sign in to comment.