Sfoglia il codice sorgente

Merge pull request #1520 from dehenne/patch-1

Update doc/articles/scripts.md
Jordi Boggiano 12 anni fa
parent
commit
a258ae8cfc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      doc/articles/scripts.md

+ 1 - 1
doc/articles/scripts.md

@@ -54,7 +54,7 @@ Script definition example:
             "post-update-cmd": "MyVendor\\MyClass::postUpdate",
             "post-package-install": [
                 "MyVendor\\MyClass::postPackageInstall"
-            ]
+            ],
             "post-install-cmd": [
                 "MyVendor\\MyClass::warmCache",
                 "phpunit -c app/"