diff --git a/Dal.php b/Dal.php index 9f85c1e..11fec30 100644 --- a/Dal.php +++ b/Dal.php @@ -41,7 +41,7 @@ /** * Class \Hoa\Database\Dal. * - * The heigher class of the Database Abstract Layer. It wrappes all DAL. + * The higher class of the Database Abstract Layer. It wrappes all DAL. * * @copyright Copyright © 2007-2015 Hoa community * @license New BSD License @@ -117,11 +117,11 @@ class Dal implements Core\Parameter\Parameterizable, Core\Event\Source * Create a DAL instance, representing a connection to a database. * The constructor is private to make a multiton. * - * @param string $dalName The database abstract layer name. - * @param string $dsn The DSN of database. - * @param string $username The username to connect to database. - * @param string $password The password to connect to database. - * @param array $driverOptions The driver options. + * @param string $dalName The database abstract layer name. + * @param string $dsn The DSN of database. + * @param string $username The username to connect to database. + * @param string $password The password to connect to database. + * @param array $driverOptions The driver options. * @return void * @throws \Hoa\Database\Exception */ @@ -165,7 +165,7 @@ private function __construct( /** * Initialize parameters. * - * @param array $parameters Parameters. + * @param array $parameters Parameters. * @return void */ public static function initializeParameters(Array $parameters = []) @@ -477,7 +477,7 @@ public function errorInfo() * Return an array of available drivers. * * @return array - * @throws \Hoa\Datatase\Exception + * @throws \Hoa\Database\Exception */ public function getAvailableDrivers() { @@ -487,7 +487,7 @@ public function getAvailableDrivers() /** * Set attributes. * - * @param array $attributes Attributes values. + * @param array $attributes Attributes values. * @return array * @throws \Hoa\Database\Exception */ diff --git a/DalStatement.php b/DalStatement.php index 77600f4..b08cf79 100644 --- a/DalStatement.php +++ b/DalStatement.php @@ -39,7 +39,7 @@ /** * Class \Hoa\Database\DalStatement. * - * The heigher class that represents a DAL statement. + * The higher class that represents a DAL statement. * * @copyright Copyright © 2007-2015 Hoa community * @license New BSD License diff --git a/Layer/Pdo/Pdo.php b/Layer/Pdo/Pdo.php index 4cc2c8b..bde9b63 100644 --- a/Layer/Pdo/Pdo.php +++ b/Layer/Pdo/Pdo.php @@ -117,7 +117,7 @@ protected function setConnection(\PDO $connection) * Get the connection instance. * * @return PDO - * @throws \Hoa\Database\Dal\Exception + * @throws \Hoa\Database\Exception */ protected function getConnection() {