INFRA-132 - Remove @static annotation
[civicrm-core.git] / CRM / Core / Invoke.php
index 78c1af696319a8009f886221d9bc448340047ead..c5056fa2a00658836ec810a3c3b5277835785197 100644 (file)
@@ -48,7 +48,6 @@ class CRM_Core_Invoke {
    * @return string
    *   HTML. For non-HTML content, invoke() may call print() and exit().
    *
-   * @static
    */
   public static function invoke($args) {
     try {
@@ -325,7 +324,6 @@ class CRM_Core_Invoke {
    * @param $contact_type
    * @param $contact_sub_type
    *
-   * @static
    */
   public static function form($action, $contact_type, $contact_sub_type) {
     CRM_Utils_System::setUserContext(array('civicrm/contact/search/basic', 'civicrm/contact/view'));