INFRA-132 - Fix missing newlines in comments
[civicrm-core.git] / CRM / Core / BAO / Navigation.php
index 1be9ede08bfc8ec531e62643c83769598fdf831f..53dad5cabcdc234d0b1d04d1fcd07feeaf52b8e2 100644 (file)
@@ -154,7 +154,8 @@ class CRM_Core_BAO_Navigation extends CRM_Core_DAO_Navigation {
    * @param int $menuID
    *   Menu id.
    *
-   * @return int $weight string@static
+   * @return int $weight string
+   * @static
    */
   public static function calculateWeight($parentID = NULL, $menuID = NULL) {
     $domainID = CRM_Core_Config::domainID();