Completed
Push — master ( d2cc80...ff3baa )
by smiley
04:21
created
src/Drivers/SQLite/SQLite3Driver.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Class SQLite3Driver
4
- *
5
- * @filesource   SQLite3Driver.php
6
- * @created      21.02.2016
7
- * @package      chillerlan\Database\Drivers\SQLite
8
- * @author       Smiley <[email protected]>
9
- * @copyright    2016 Smiley
10
- * @license      MIT
11
- */
3
+	 * Class SQLite3Driver
4
+	 *
5
+	 * @filesource   SQLite3Driver.php
6
+	 * @created      21.02.2016
7
+	 * @package      chillerlan\Database\Drivers\SQLite
8
+	 * @author       Smiley <[email protected]>
9
+	 * @copyright    2016 Smiley
10
+	 * @license      MIT
11
+	 */
12 12
 
13 13
 namespace chillerlan\Database\Drivers\SQLite;
14 14
 
Please login to merge, or discard this patch.
src/Querystats.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Class Querystats
4
- *
5
- * @filesource   Querystats.php
6
- * @created      05.11.2015
7
- * @package      chillerlan\Database
8
- * @author       Smiley <[email protected]>
9
- * @copyright    2015 Smiley
10
- * @license      MIT
11
- */
3
+	 * Class Querystats
4
+	 *
5
+	 * @filesource   Querystats.php
6
+	 * @created      05.11.2015
7
+	 * @package      chillerlan\Database
8
+	 * @author       Smiley <[email protected]>
9
+	 * @copyright    2015 Smiley
10
+	 * @license      MIT
11
+	 */
12 12
 
13 13
 namespace chillerlan\Database;
14 14
 
Please login to merge, or discard this patch.