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

Bug fix and code style

parent 9d8708f7
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