Skip to content

Commit ebbcda6

Browse files
authored
Merge pull request #341 from mpociot/analysis-zYJNZd
Apply fixes from StyleCI
2 parents 1c174fb + 18ed04c commit ebbcda6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/GenerateDocumentationTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ public function testCanParsePartialResourceRoutes()
131131
{
132132
RouteFacade::resource('/api/user', TestResourceController::class, [
133133
'only' => [
134-
'index', 'create'
135-
]
134+
'index', 'create',
135+
],
136136
]);
137137
$output = $this->artisan('api:generate', [
138138
'--routePrefix' => 'api/*',
@@ -143,8 +143,8 @@ public function testCanParsePartialResourceRoutes()
143143

144144
RouteFacade::apiResource('/api/user', TestResourceController::class, [
145145
'only' => [
146-
'index', 'create'
147-
]
146+
'index', 'create',
147+
],
148148
]);
149149
$output = $this->artisan('api:generate', [
150150
'--routePrefix' => 'api/*',

0 commit comments

Comments
 (0)