@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * |
|
4 | - * @filesource PostgreSQLDriver.php |
|
5 | - * @created 21.02.2016 |
|
6 | - * @package chillerlan\Database\Drivers\PostgreSQL |
|
7 | - * @author Smiley <[email protected]> |
|
8 | - * @copyright 2016 Smiley |
|
9 | - * @license MIT |
|
10 | - */ |
|
3 | + * |
|
4 | + * @filesource PostgreSQLDriver.php |
|
5 | + * @created 21.02.2016 |
|
6 | + * @package chillerlan\Database\Drivers\PostgreSQL |
|
7 | + * @author Smiley <[email protected]> |
|
8 | + * @copyright 2016 Smiley |
|
9 | + * @license MIT |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | namespace chillerlan\Database\Drivers\PostgreSQL; |
13 | 13 |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Database bootstrapper |
|
4 | - * |
|
5 | - * @filesource bootstrap.php |
|
6 | - * @created 29.02.2016 |
|
7 | - * @author Smiley <[email protected]> |
|
8 | - * @copyright 2016 Smiley |
|
9 | - * @license MIT |
|
10 | - */ |
|
3 | + * Database bootstrapper |
|
4 | + * |
|
5 | + * @filesource bootstrap.php |
|
6 | + * @created 29.02.2016 |
|
7 | + * @author Smiley <[email protected]> |
|
8 | + * @copyright 2016 Smiley |
|
9 | + * @license MIT |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * prevent notices in case sqlite3 extension is missing |