Merge pull request #14402 from eileenmcnaughton/phpcs
[civicrm-core.git] / CRM / Core / Action.php
index f93583590f0fc5511fc88b3823b306afd2b44105..7ce505434d166204c961d239c5357a8f7e62d278 100644 (file)
@@ -41,7 +41,7 @@ class CRM_Core_Action {
    * Different possible actions are defined here. Keep in sync with the
    * constant from CRM_Core_Form for various modes.
    *
-   * @var integer const
+   * @var int
    */
   const
     NONE = 0,