Skip to content

Commit fb68a69

Browse files
authored
Applied fixes from StyleCI (#9)
[ci skip] [skip ci]
1 parent e80b261 commit fb68a69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace TomSchlick\ServerPush;
44

55
use Illuminate\Foundation\Application as LaravelApplication;
6-
use Laravel\Lumen\Application as LumenApplication;
76
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
7+
use Laravel\Lumen\Application as LumenApplication;
88

99
/**
1010
* Class ServiceProvider.

tests/AbstractTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ protected function getServiceProviderClass($app)
1818
{
1919
return ServiceProvider::class;
2020
}
21-
}
21+
}

tests/ServiceProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ public function testHttpPushIsInjectable()
1313
{
1414
$this->assertIsInjectable(HttpPush::class);
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)