Passed
Pull Request — master (#70)
by Felipe
03:51
created
src/database/Postgres83.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin\Database;
4 4
 
5 5
 /**
6
-     * PostgreSQL 8.3 support.
7
-     *
8
-     * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $
9
-     */
6
+ * PostgreSQL 8.3 support.
7
+ *
8
+ * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $
9
+ */
10 10
     class Postgres83 extends Postgres84
11 11
     {
12 12
         public $major_version = 8.3;
Please login to merge, or discard this patch.
src/database/Postgres82.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin\Database;
4 4
 
5 5
 /**
6
-     * PostgreSQL 8.2 support.
7
-     *
8
-     * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $
9
-     */
6
+ * PostgreSQL 8.2 support.
7
+ *
8
+ * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $
9
+ */
10 10
     class Postgres82 extends Postgres83
11 11
     {
12 12
         public $major_version = 8.2;
Please login to merge, or discard this patch.
src/database/Postgres81.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin\Database;
4 4
 
5 5
 /**
6
-     * PostgreSQL 8.1 support.
7
-     *
8
-     * $Id: Postgres81.php,v 1.21 2008/01/19 13:46:15 ioguix Exp $
9
-     */
6
+ * PostgreSQL 8.1 support.
7
+ *
8
+ * $Id: Postgres81.php,v 1.21 2008/01/19 13:46:15 ioguix Exp $
9
+ */
10 10
     class Postgres81 extends Postgres82
11 11
     {
12 12
         public $major_version = 8.1;
Please login to merge, or discard this patch.
src/database/Postgres80.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin\Database;
4 4
 
5 5
 /**
6
-     * PostgreSQL 8.0 support.
7
-     *
8
-     * $Id: Postgres80.php,v 1.28 2007/12/12 04:11:10 xzilla Exp $
9
-     */
6
+ * PostgreSQL 8.0 support.
7
+ *
8
+ * $Id: Postgres80.php,v 1.28 2007/12/12 04:11:10 xzilla Exp $
9
+ */
10 10
     class Postgres80 extends Postgres81
11 11
     {
12 12
         public $major_version = 8.0;
Please login to merge, or discard this patch.
src/database/Postgres74.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin\Database;
4 4
 
5 5
 /**
6
-     * A class that implements the DB interface for Postgres
7
-     * Note: This class uses ADODB and returns RecordSets.
8
-     *
9
-     * $Id: Postgres74.php,v 1.72 2008/02/20 21:06:18 ioguix Exp $
10
-     */
6
+ * A class that implements the DB interface for Postgres
7
+ * Note: This class uses ADODB and returns RecordSets.
8
+ *
9
+ * $Id: Postgres74.php,v 1.72 2008/02/20 21:06:18 ioguix Exp $
10
+ */
11 11
     class Postgres74 extends Postgres80
12 12
     {
13 13
         public $major_version = 7.4;
Please login to merge, or discard this patch.
src/database/Postgres84.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin\Database;
4 4
 
5 5
 /**
6
-     * PostgreSQL 8.4 support.
7
-     *
8
-     * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $
9
-     */
6
+ * PostgreSQL 8.4 support.
7
+ *
8
+ * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $
9
+ */
10 10
     class Postgres84 extends Postgres90
11 11
     {
12 12
         public $major_version = 8.4;
Please login to merge, or discard this patch.
src/help/PostgresDoc84.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin\Help;
4 4
 
5 5
 /**
6
-     * Help links for PostgreSQL 8.4 documentation.
7
-     *
8
-     * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
9
-     */
6
+ * Help links for PostgreSQL 8.4 documentation.
7
+ *
8
+ * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
9
+ */
10 10
     class PostgresDoc84 extends PostgresDoc83
11 11
     {
12 12
         public function __construct($conf, $major_version)
Please login to merge, or discard this patch.
src/help/PostgresDoc91.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin\Help;
4 4
 
5 5
 /**
6
-     * Help links for PostgreSQL 9.1 documentation.
7
-     *
8
-     * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
9
-     */
6
+ * Help links for PostgreSQL 9.1 documentation.
7
+ *
8
+ * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
9
+ */
10 10
     class PostgresDoc91 extends PostgresDoc90
11 11
     {
12 12
         public function __construct($conf, $major_version)
Please login to merge, or discard this patch.
src/help/PostgresDoc81.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin\Help;
4 4
 
5 5
 /**
6
-     * Help links for PostgreSQL 8.1 documentation.
7
-     *
8
-     * $Id: PostgresDoc81.php,v 1.3 2006/12/28 04:26:55 xzilla Exp $
9
-     */
6
+ * Help links for PostgreSQL 8.1 documentation.
7
+ *
8
+ * $Id: PostgresDoc81.php,v 1.3 2006/12/28 04:26:55 xzilla Exp $
9
+ */
10 10
     class PostgresDoc81 extends PostgresDoc80
11 11
     {
12 12
         public function __construct($conf, $major_version)
Please login to merge, or discard this patch.