Passed
Branch master (a007d8)
by Alfred
06:37
created
src/bin/GeoipDatabase.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,9 +17,9 @@
 block discarded – undo
17 17
     private $oPDOInstance;
18 18
     /**
19 19
      * PDO transaction Counter
20
-    *
21
-    * @var integer
22
-    */
20
+     *
21
+     * @var integer
22
+     */
23 23
     private $transactionCounter = 0;
24 24
     /**
25 25
      * Class Constructor
Please login to merge, or discard this patch.
src/GeoIP2Country.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,13 +10,13 @@
 block discarded – undo
10 10
      * PDO SQLite3 database instance
11 11
      *
12 12
      * @var GeoipDatabase
13
-    **/
13
+     **/
14 14
     private $oDBInstance=null;
15 15
     /**
16 16
      * Network tools class instance
17 17
      *
18 18
      * @var GeoipNetwork
19
-    **/
19
+     **/
20 20
     private $oNetwork=null;
21 21
     /**
22 22
      * Class Constructor
Please login to merge, or discard this patch.
src/bin/GeoipNetwork.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 {
6 6
     /**
7 7
      * @var string $ipAddress
8
-    **/
8
+     **/
9 9
     private $ipAddress=null;
10 10
     /**
11 11
      * Class constructor.
Please login to merge, or discard this patch.