diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index 600235938..17c5ce3db 100644 --- a/doc/articles/scripts.md +++ b/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/"