Skip to content

Commit

Permalink
Revert "Remove 1.1. documentation."
Browse files Browse the repository at this point in the history
This reverts commit 2715555.
  • Loading branch information
mariuswilms committed Jul 5, 2016
1 parent 1ee0c06 commit 472d4a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/source/database/adapter/MySql.php
Expand Up @@ -19,10 +19,13 @@
* MySQL database driver. Extends the `Database` class to implement the necessary
* SQL-formatting and resultset-fetching features for working with MySQL databases.
*
* - Implements optional strict mode.
*
* For more information on configuring the database connection, see
* the `__construct()` method.
*
* @see lithium\data\source\database\adapter\MySql::__construct()
* @see lithium\data\source\database\adapter\MySql::strict()
*/
class MySql extends \lithium\data\source\Database {

Expand Down

0 comments on commit 472d4a5

Please sign in to comment.