X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FCCase%2FSequenceListener.php;h=7b40e7fbc679604449fdf21fd152686359756f11;hb=048555566c0b1535f8e8cc802b0991399503319c;hp=1472b8afc892f938eb72c166b93e369fa1a5ce9d;hpb=4014394ebf74035cc7cc8bee5b37e8057f2c96b2;p=civicrm-core.git diff --git a/Civi/CCase/SequenceListener.php b/Civi/CCase/SequenceListener.php index 1472b8afc8..7b40e7fbc6 100644 --- a/Civi/CCase/SequenceListener.php +++ b/Civi/CCase/SequenceListener.php @@ -14,7 +14,8 @@ class SequenceListener implements CaseChangeListener { private static $singleton; /** - * @param bool $reset whether to forcibly rebuild the entire container + * @param bool $reset + * Whether to forcibly rebuild the entire container. * @return \Symfony\Component\DependencyInjection\TaggedContainerInterface */ public static function singleton($reset = FALSE) { @@ -87,7 +88,8 @@ class SequenceListener implements CaseChangeListener { } /** - * @param Analyzer $analyzer the case being analyzed -- to which we want to add an activity + * @param Analyzer $analyzer + * The case being analyzed -- to which we want to add an activity. * @param \SimpleXMLElement $actXML the tag which describes the new activity */ public function createActivity(Analyzer $analyzer, \SimpleXMLElement $actXML) { @@ -100,4 +102,4 @@ class SequenceListener implements CaseChangeListener { $r = civicrm_api3('Activity', 'create', $params); $analyzer->flush(); } -} \ No newline at end of file +}