Completed
Branch master (260b19)
by smiley
02:54
created
src/Drivers/MySQLi/MySQLiDriver.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 MySQLiDriver
4
- *
5
- * @filesource   MySQLiDriver.php
6
- * @created      04.11.2015
7
- * @package      chillerlan\Database\Drivers\MySQLi
8
- * @author       Smiley <[email protected]>
9
- * @copyright    2015 Smiley
10
- * @license      MIT
11
- */
3
+	 * Class MySQLiDriver
4
+	 *
5
+	 * @filesource   MySQLiDriver.php
6
+	 * @created      04.11.2015
7
+	 * @package      chillerlan\Database\Drivers\MySQLi
8
+	 * @author       Smiley <[email protected]>
9
+	 * @copyright    2015 Smiley
10
+	 * @license      MIT
11
+	 */
12 12
 
13 13
 namespace chillerlan\Database\Drivers\MySQLi;
14 14
 
Please login to merge, or discard this patch.
tests/DBInstanceTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @filesource   DBInstanceTest.php
4
- * @created      21.02.2016
5
- * @author       Smiley <[email protected]>
6
- * @copyright    2016 Smiley
7
- * @license      MIT
8
- */
3
+	 * @filesource   DBInstanceTest.php
4
+	 * @created      21.02.2016
5
+	 * @author       Smiley <[email protected]>
6
+	 * @copyright    2016 Smiley
7
+	 * @license      MIT
8
+	 */
9 9
 
10 10
 namespace chillerlan\DatabaseTest;
11 11
 
Please login to merge, or discard this patch.
src/Drivers/PDO/PDOMSSQLDriver.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @filesource   PDOMSSQLDriver.php
4
- * @created      05.01.2016
5
- * @package      chillerlan\Database\Drivers\PDO
6
- * @author       Smiley <[email protected]>
7
- * @copyright    2016 Smiley
8
- * @license      MIT
9
- */
3
+	 * @filesource   PDOMSSQLDriver.php
4
+	 * @created      05.01.2016
5
+	 * @package      chillerlan\Database\Drivers\PDO
6
+	 * @author       Smiley <[email protected]>
7
+	 * @copyright    2016 Smiley
8
+	 * @license      MIT
9
+	 */
10 10
 
11 11
 namespace chillerlan\Database\Drivers\PDO;
12 12
 
Please login to merge, or discard this patch.