Merge remote-tracking branch 'origin/4.5' into 4.5-master-2015-02-24-17-24-05
[civicrm-core.git] / install / index.php
index 42ad1d61f9e119efa5c7848030eed566157772dc..2b675c9507e02d5a44e985599ddcee1188ae9dcb 100644 (file)
@@ -278,7 +278,7 @@ class InstallRequirements {
   const MINIMUM_THREAD_STACK = 192;
 
   /**
-   * Just check that the database configuration is okay
+   * Just check that the database configuration is okay.
    * @param $databaseConfig
    * @param $dbName
    */
@@ -398,7 +398,7 @@ class InstallRequirements {
   }
 
   /**
-   * Check everything except the database
+   * Check everything except the database.
    */
   public function check() {
     global $crmPath, $installType;
@@ -1188,6 +1188,7 @@ class InstallRequirements {
   public function hasWarnings() {
     return count($this->warnings);
   }
+
 }
 
 /**
@@ -1399,6 +1400,7 @@ class Installer extends InstallRequirements {
 
     return $this->errors;
   }
+
 }
 
 function civicrm_install_set_drupal_perms() {