Skip to content
Snippets Groups Projects
Commit eb91e460 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge remote-tracking branch 'origin/master'

parents 628ef50c 409caa73
No related branches found
No related tags found
No related merge requests found
ahoyapi: v2
commands:
update:
cmd: composer ahoy "$@"
cmd: composer lakedrops:ahoy "$@"
usage: Update Ahoy setup in project
......@@ -30,7 +30,7 @@ class Plugin extends BasePlugin {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return array(
ScriptEvents::POST_CREATE_PROJECT_CMD => 'updateScripts',
ScriptEvents::POST_INSTALL_CMD => 'updateScripts',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment