Skip to content

Commit cc422e3

Browse files
style: Apply fixes from StyleCI (#1019)
Co-authored-by: StyleCI Bot <[email protected]>
1 parent cb73ca7 commit cc422e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Commands/Publish/GeneratorPublishCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ private function publishTestCases()
7373
$updatedAtField = config('laravel_generator.timestamps.updated_at', 'updated_at');
7474

7575
$templateData = view('laravel-generator::api.tet.api_test_trait', [
76-
'timestamps' => "['$createdAtField', '$updatedAtField']",
77-
'namespacesTests' => $testsNameSpace
76+
'timestamps' => "['$createdAtField', '$updatedAtField']",
77+
'namespacesTests' => $testsNameSpace,
7878
])->render();
7979

8080
$fileName = 'ApiTestTrait.php';

src/Common/GeneratorConfig.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Illuminate\Console\Command;
66
use Illuminate\Support\Str;
7-
use InfyOm\Generator\DTOs\GeneratorAddons;
87
use InfyOm\Generator\DTOs\GeneratorNamespaces;
98
use InfyOm\Generator\DTOs\GeneratorOptions;
109
use InfyOm\Generator\DTOs\GeneratorPaths;

0 commit comments

Comments
 (0)