Jelajahi Sumber

Merge branch 'master' of github.com:mpociot/laravel-apidoc-generator

Marcel Pociot 8 tahun lalu
induk
melakukan
047e0d1373
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tests/GenerateDocumentationTest.php

+ 1 - 1
tests/GenerateDocumentationTest.php

@@ -77,7 +77,7 @@ class GenerateDocumentationTest extends TestCase
 
         $this->artisan('api:generate', [
             '--routePrefix' => 'api/*',
-            '--bindings' => 'foo,bar'
+            '--bindings' => 'foo,bar',
         ]);
 
         $generatedMarkdown = file_get_contents(__DIR__.'/../public/docs/source/index.md');