Merge remote-tracking branch 'origin/4.5' into 4.5-master-2015-02-24-17-24-05
[civicrm-core.git] / install / index.php
index b105e051223b137c1980a246f7623a30b452360e..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;