X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FCCase%2FEvent%2FCaseChangeEvent.php;h=e091ac4ba7b3f64481dee26e7ca62873ba619373;hb=c64f69d9efe28a677084a1da2420f4c613ec169b;hp=7f19502db3c4d4b6dddc5e71bc2bcbd347f868d4;hpb=7481d51b832ba89932216bcc67bedbc17d7fc651;p=civicrm-core.git diff --git a/Civi/CCase/Event/CaseChangeEvent.php b/Civi/CCase/Event/CaseChangeEvent.php index 7f19502db3..e091ac4ba7 100644 --- a/Civi/CCase/Event/CaseChangeEvent.php +++ b/Civi/CCase/Event/CaseChangeEvent.php @@ -49,7 +49,7 @@ class CaseChangeEvent extends GenericHookEvent { * @inheritDoc */ public function getHookValues() { - return array($this->analyzer); + return [$this->analyzer]; } }