INFRA-132 - Remove @static annotation
[civicrm-core.git] / CRM / Utils / System / Drupal6.php
index 1d2cf0fdd79047972183b912cecaedf459b3dd5f..795b6541de3d053368bc66b9d1a1fa7fa726bc01 100644 (file)
@@ -802,7 +802,6 @@ class CRM_Utils_System_Drupal6 extends CRM_Utils_System_DrupalBase {
    *
    * @return string
    *   , formatted url.
-   * @static
    */
   public function languageNegotiationURL($url, $addLanguagePart = TRUE, $removeLanguagePart = FALSE) {
     if (empty($url)) {
@@ -914,7 +913,6 @@ class CRM_Utils_System_Drupal6 extends CRM_Utils_System_DrupalBase {
    *
    * @return string
    *   loginURL for the current CMS
-   * @static
    */
   public function getLoginURL($destination = '') {
     $config = CRM_Core_Config::singleton();