Passed
Pull Request — master (#70)
by Felipe
03:51
created
src/help/PostgresDoc94.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.4 documentation.
7
-     *
8
-     * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
9
-     */
6
+ * Help links for PostgreSQL 9.4 documentation.
7
+ *
8
+ * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
9
+ */
10 10
     class PostgresDoc94 extends PostgresDoc93
11 11
     {
12 12
         public function __construct($conf, $major_version)
Please login to merge, or discard this patch.
src/help/PostgresDoc74.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin\Help;
4 4
 
5 5
 /**
6
-     * Help links for PostgreSQL 7.4 documentation.
7
-     */
6
+ * Help links for PostgreSQL 7.4 documentation.
7
+ */
8 8
     class PostgresDoc74
9 9
     {
10 10
         use \PHPPgAdmin\HelperTrait;
Please login to merge, or discard this patch.
src/help/PostgresDoc82.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.2 documentation.
7
-     *
8
-     * $Id: PostgresDoc82.php,v 1.3 2007/11/30 15:27:26 soranzo Exp $
9
-     */
6
+ * Help links for PostgreSQL 8.2 documentation.
7
+ *
8
+ * $Id: PostgresDoc82.php,v 1.3 2007/11/30 15:27:26 soranzo Exp $
9
+ */
10 10
     class PostgresDoc82 extends PostgresDoc81
11 11
     {
12 12
         public function __construct($conf, $major_version)
Please login to merge, or discard this patch.
src/help/PostgresDoc83.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.3 documentation.
7
-     *
8
-     * $Id: PostgresDoc83.php,v 1.3 2008/03/17 21:35:48 ioguix Exp $
9
-     */
6
+ * Help links for PostgreSQL 8.3 documentation.
7
+ *
8
+ * $Id: PostgresDoc83.php,v 1.3 2008/03/17 21:35:48 ioguix Exp $
9
+ */
10 10
     class PostgresDoc83 extends PostgresDoc82
11 11
     {
12 12
         public function __construct($conf, $major_version)
Please login to merge, or discard this patch.
src/help/PostgresDoc80.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.0 documentation.
7
-     *
8
-     * $Id: PostgresDoc80.php,v 1.5 2005/02/16 10:27:44 jollytoad Exp $
9
-     */
6
+ * Help links for PostgreSQL 8.0 documentation.
7
+ *
8
+ * $Id: PostgresDoc80.php,v 1.5 2005/02/16 10:27:44 jollytoad Exp $
9
+ */
10 10
     class PostgresDoc80 extends PostgresDoc74
11 11
     {
12 12
         public function __construct($conf, $major_version)
Please login to merge, or discard this patch.
src/help/PostgresDoc96.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin\Help;
4 4
 
5 5
 /**
6
-     * Help links for PostgreSQL 9.6 documentation.
7
-     */
6
+ * Help links for PostgreSQL 9.6 documentation.
7
+ */
8 8
     class PostgresDoc96 extends PostgresDoc95
9 9
     {
10 10
         public function __construct($conf, $major_version)
Please login to merge, or discard this patch.
src/classes/PluginManager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace PHPPgAdmin;
4 4
 
5 5
 /**
6
-     * A class that implements the plugin's system.
7
-     */
6
+ * A class that implements the plugin's system.
7
+ */
8 8
     class PluginManager
9 9
     {
10 10
         /**
Please login to merge, or discard this patch.