@@ -46,7 +46,7 @@ public function __construct($parameters = array())
4646 *
4747 * @param array $parameters An associative array of initialization parameters
4848 *
49- * @throws <b> sfInitializationException</b> If an error occurs while initializing this sfDatabase object
49+ * @throws sfInitializationException If an error occurs while initializing this sfDatabase object
5050 */
5151 public function initialize ($ parameters = array ())
5252 {
@@ -57,7 +57,7 @@ public function initialize($parameters = array())
5757 /**
5858 * Connects to the database.
5959 *
60- * @throws <b> sfDatabaseException</b> If a connection could not be created
60+ * @throws sfDatabaseException If a connection could not be created
6161 */
6262 abstract public function connect ();
6363
@@ -69,7 +69,7 @@ abstract public function connect();
6969 *
7070 * @return mixed A database connection
7171 *
72- * @throws <b> sfDatabaseException</b> If a connection could not be retrieved
72+ * @throws sfDatabaseException If a connection could not be retrieved
7373 */
7474 public function getConnection ()
7575 {
@@ -85,7 +85,7 @@ public function getConnection()
8585 *
8686 * @return mixed A database resource
8787 *
88- * @throws <b> sfDatabaseException</b> If a resource could not be retrieved
88+ * @throws sfDatabaseException If a resource could not be retrieved
8989 */
9090 public function getResource ()
9191 {
@@ -163,7 +163,7 @@ public function setParameter($name, $value)
163163 /**
164164 * Executes the shutdown procedure.
165165 *
166- * @throws <b> sfDatabaseException</b> If an error occurs while shutting down this database
166+ * @throws sfDatabaseException If an error occurs while shutting down this database
167167 */
168168 abstract public function shutdown ();
169169}
0 commit comments