Merge pull request #3579 from jmcclelland/sms-character-count
[civicrm-core.git] / CRM / Core / StateMachine.php
index 0e4d57cc3da4775aad1e88a142dcde3d747585ea..b1cd60f6201c0509b761b5c4377fe4b98a946ac7 100644 (file)
@@ -87,7 +87,7 @@ class CRM_Core_StateMachine {
    *
    * @param object $controller the controller for this state machine
    *
-   * @param const $action
+   * @param \const|int $action
    *
    * @return \CRM_Core_StateMachine
   @access public