Skip to content

Commit 19d3161

Browse files
author
Bram Raaijmakers
committed
Fix Style CI error.
1 parent c04b019 commit 19d3161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/ExportPostmanCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function handle(): void
168168
return ! is_null($value) && $value !== '';
169169
});
170170

171-
if (!$this->createCrudFolders()) {
171+
if (! $this->createCrudFolders()) {
172172
if (in_array(end($routeNames), ['index', 'store', 'show', 'update', 'destroy'])) {
173173
unset($routeNames[array_key_last($routeNames)]);
174174
}

0 commit comments

Comments
 (0)