INFRA-132 - Remove @static annotation
[civicrm-core.git] / CRM / Contact / BAO / Individual.php
index 8c43a2ed14d94cf3934a370f4ada04e28a28dbc4..aa2b0c02f1282b480ff232c1ea9c70ec3b4ca2ae 100644 (file)
@@ -53,7 +53,6 @@ class CRM_Contact_BAO_Individual extends CRM_Contact_DAO_Contact {
    *   Contact object.
    *
    * @return CRM_Contact_BAO_Contact
-   * @static
    */
   public static function format(&$params, &$contact) {
     if (!self::dataExists($params)) {
@@ -412,7 +411,6 @@ class CRM_Contact_BAO_Individual extends CRM_Contact_DAO_Contact {
    *   (reference ) an assoc array of name/value pairs.
    *
    * @return boolean
-   * @static
    */
   public static function dataExists(&$params) {
     if ($params['contact_type'] == 'Individual') {