Skip to content

Commit e5c02bd

Browse files
milwad-devgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 229767c commit e5c02bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/LaravelValidateServiceProviderTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Illuminate\Support\Facades\File;
66
use Illuminate\Support\Str;
7-
use Milwad\LaravelValidate\LaravelValidateServiceProvider;
87

98
class LaravelValidateServiceProviderTest extends TestCase
109
{
@@ -13,10 +12,10 @@ class LaravelValidateServiceProviderTest extends TestCase
1312
*/
1413
public function test_all_lang_folders_publish_successfully()
1514
{
16-
$langs = File::directories(__DIR__ . '/../src/lang');
15+
$langs = File::directories(__DIR__.'/../src/lang');
1716

1817
foreach ($langs as $lang) {
19-
$lang = Str::after($lang, "lang");
18+
$lang = Str::after($lang, 'lang');
2019
$lang = Str::replace('\\', '', $lang);
2120
$lang = Str::replace('/', '', $lang);
2221

0 commit comments

Comments
 (0)