Explorar o código

Merge pull request #62 from mpociot/analysis-qyrwJG

Applied fixes from StyleCI
Marcel Pociot %!s(int64=8) %!d(string=hai) anos
pai
achega
138e248bff
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      tests/GenerateDocumentationTest.php

+ 3 - 3
tests/GenerateDocumentationTest.php

@@ -77,11 +77,11 @@ 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');
-        
+
         $this->assertContains('Not in: `bar`', $generatedMarkdown);
     }