Completed
Push — master ( 70dfc9...fb2e0c )
by Michael
03:05
created
lib/EveApi/Corp/Medals.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
             'ownerID' => $ownerID,
121 121
             'title' => null
122 122
         ];
123
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//medals/row');
123
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//medals/row');
124 124
         return $this;
125 125
     }
126 126
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/MemberMedals.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
             'reason' => null,
122 122
             'status' => null
123 123
         ];
124
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//issuedMedals/row');
124
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//issuedMedals/row');
125 125
         return $this;
126 126
     }
127 127
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/MemberSecurityLog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
             'ownerID' => $ownerID,
120 120
             'roleLocationType' => null
121 121
         ];
122
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//roleHistory/row');
122
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//roleHistory/row');
123 123
         return $this;
124 124
     }
125 125
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/OutpostList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
             'y' => null,
128 128
             'z' => null
129 129
         ];
130
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//corporationStarbases/row');
130
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//corporationStarbases/row');
131 131
         return $this;
132 132
     }
133 133
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/OutpostServiceDetail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
             'stationID' => null,
121 121
             'surchargePerBadStanding' => null
122 122
         ];
123
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//outpostServiceDetails/row');
123
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//outpostServiceDetails/row');
124 124
         return $this;
125 125
     }
126 126
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/Shareholders.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
             'shareholderName' => '',
120 120
             'shares' => null
121 121
         ];
122
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//corporations/row');
122
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//corporations/row');
123 123
         return $this;
124 124
     }
125 125
     /**
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
             'shareholderName' => '',
147 147
             'shares' => null
148 148
         ];
149
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//characters/row');
149
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//characters/row');
150 150
         return $this;
151 151
     }
152 152
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/StarbaseList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
             'stateTimestamp' => '1970-01-01 00:00:01',
124 124
             'typeID' => null
125 125
         ];
126
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//starbases/row');
126
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//starbases/row');
127 127
         return $this;
128 128
     }
129 129
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/WalletJournal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
             'refID' => null,
130 130
             'refTypeID' => null
131 131
         ];
132
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//entries/row');
132
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//entries/row');
133 133
         return $this;
134 134
     }
135 135
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/WalletTransactions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
             'typeID' => null,
132 132
             'typeName' => ''
133 133
         ];
134
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//transactions/row');
134
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//transactions/row');
135 135
         return $this;
136 136
     }
137 137
 }
Please login to merge, or discard this patch.