diff options
Diffstat (limited to 'src/SemanticScuttle/Service/Factory.php')
| -rw-r--r-- | src/SemanticScuttle/Service/Factory.php | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SemanticScuttle/Service/Factory.php b/src/SemanticScuttle/Service/Factory.php index d7ff1d4..b661cdb 100644 --- a/src/SemanticScuttle/Service/Factory.php +++ b/src/SemanticScuttle/Service/Factory.php @@ -107,6 +107,7 @@ class SemanticScuttle_Service_Factory      /**       * Loads self::$db if it is not loaded already. +     * Dies if the connection could not be established.       *       * @return void       */ @@ -141,7 +142,7 @@ class SemanticScuttle_Service_Factory      /**       * Returns sql database object       * -     * @return void +     * @return sql_db Database instance       */      public static function getDb()      {  | 
