Ver Fonte

Code style

Gabriel Peixoto há 6 anos atrás
pai
commit
abff219e6c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/Unit/GeneratorTestCase.php

+ 1 - 1
tests/Unit/GeneratorTestCase.php

@@ -273,7 +273,7 @@ abstract class GeneratorTestCase extends TestCase
         fwrite($fp, json_encode([
             'id' => 5,
             'name' => 'Jessica Jones',
-            'gender' => 'female'
+            'gender' => 'female',
         ]));
         fclose($fp);