Skip to content

Commit

Permalink
Applied fixes from StyleCI (#9)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
tomschlick committed Aug 1, 2016
1 parent e80b261 commit fb68a69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace TomSchlick\ServerPush;

use Illuminate\Foundation\Application as LaravelApplication;
use Laravel\Lumen\Application as LumenApplication;
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
use Laravel\Lumen\Application as LumenApplication;

/**
* Class ServiceProvider.
Expand Down
2 changes: 1 addition & 1 deletion tests/AbstractTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ protected function getServiceProviderClass($app)
{
return ServiceProvider::class;
}
}
}
2 changes: 1 addition & 1 deletion tests/ServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ public function testHttpPushIsInjectable()
{
$this->assertIsInjectable(HttpPush::class);
}
}
}

0 comments on commit fb68a69

Please sign in to comment.