Explorar o código

JSON standard do not allow trailing comma

Yaman Jain %!s(int64=8) %!d(string=hai) anos
pai
achega
66950f0354
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/articles/scripts.md

+ 1 - 1
doc/articles/scripts.md

@@ -232,7 +232,7 @@ resolve to whatever composer.phar is currently being used:
         "test": [
             "@composer install",
             "phpunit"
-        ],
+        ]
     }
 }
 ```