Skip to content

Commit 047e0d1

Browse files
committed
Merge branch 'master' of github.com:mpociot/laravel-apidoc-generator
2 parents bc7c1e7 + 138e248 commit 047e0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GenerateDocumentationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function testAddsBindingsToGetRouteRules()
7777

7878
$this->artisan('api:generate', [
7979
'--routePrefix' => 'api/*',
80-
'--bindings' => 'foo,bar'
80+
'--bindings' => 'foo,bar',
8181
]);
8282

8383
$generatedMarkdown = file_get_contents(__DIR__.'/../public/docs/source/index.md');

0 commit comments

Comments
 (0)