Skip to content

Commit dd46cd0

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent b8c63c6 commit dd46cd0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/PackageServiceProviderTests/PackageBasePathTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ public function configurePackage(Package $package)
1616

1717
it('will set the base path to the Src dir when the laravel folder organisation is applied', function () {
1818
$provider = new ServiceProvider(app());
19-
expect($provider->getPackageBaseDir())->toEndWith( DIRECTORY_SEPARATOR.'TestPackage'.DIRECTORY_SEPARATOR.'Src');
19+
expect($provider->getPackageBaseDir())->toEndWith(DIRECTORY_SEPARATOR.'TestPackage'.DIRECTORY_SEPARATOR.'Src');
2020
});

tests/TestPackage/Src/Providers/ServiceProvider.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Spatie\LaravelPackageTools\Tests\TestPackage\Src\Providers;
44

5-
use Closure;
65
use Spatie\LaravelPackageTools\Package;
76
use Spatie\LaravelPackageTools\PackageServiceProvider;
87

0 commit comments

Comments
 (0)