Skip to content

Commit 3588bc9

Browse files
Riley19280github-actions[bot]
authored andcommitted
Fix styling
1 parent 843620e commit 3588bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PackageServiceProviderTests/InstallCommandTests/CopyAndRegisterServiceProviderInAppTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
use function PHPUnit\Framework\assertStringContainsString;
4+
use function PHPUnit\Framework\assertStringNotContainsString;
45
use Spatie\LaravelPackageTools\Commands\InstallCommand;
56
use Spatie\LaravelPackageTools\Package;
6-
use function PHPUnit\Framework\assertStringNotContainsString;
77

88
trait ConfigureCopyAndRegisterServiceProviderInAppTest
99
{

0 commit comments

Comments
 (0)