Completed
Push — master ( 70dfc9...fb2e0c )
by Michael
03:05
created
lib/EveApi/Char/UpcomingCalendarEvents.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
             'ownerTypeID' => null,
125 125
             'response' => null
126 126
         ];
127
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//upcomingEvents/row');
127
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//upcomingEvents/row');
128 128
         return $this;
129 129
     }
130 130
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/AccountBalance.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
             'balance' => '0.0',
119 119
             'ownerID' => $ownerID
120 120
         ];
121
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//accounts/row');
121
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//accounts/row');
122 122
         return $this;
123 123
     }
124 124
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/Blueprints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
             'typeID' => null,
125 125
             'typeName' => ''
126 126
         ];
127
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//blueprints/row');
127
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//blueprints/row');
128 128
         return $this;
129 129
     }
130 130
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/ContactList.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
             'name' => '',
121 121
             'ownerID' => $ownerID
122 122
         ];
123
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//allianceContactLabels/row');
123
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//allianceContactLabels/row');
124 124
         return $this;
125 125
     }
126 126
     /**
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
             'ownerID' => $ownerID,
148 148
             'standing' => null
149 149
         ];
150
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//allianceContactList/row');
150
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//allianceContactList/row');
151 151
         return $this;
152 152
     }
153 153
     /**
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
             'ownerID' => $ownerID,
175 175
             'standing' => null
176 176
         ];
177
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//corporateContactList/row');
177
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//corporateContactList/row');
178 178
         return $this;
179 179
     }
180 180
     /**
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
             'name' => '',
199 199
             'ownerID' => $ownerID
200 200
         ];
201
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//corporateContactLabels/row');
201
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//corporateContactLabels/row');
202 202
         return $this;
203 203
     }
204 204
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/ContainerLog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
             'quantity' => null,
129 129
             'typeID' => null
130 130
         ];
131
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//containerLog/row');
131
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//containerLog/row');
132 132
         return $this;
133 133
     }
134 134
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/Contracts.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
             'type' => null,
138 138
             'volume' => null
139 139
         ];
140
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//contractList/row');
140
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//contractList/row');
141 141
         return $this;
142 142
     }
143 143
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/CustomsOffices.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
             'taxRateStandingHorrible' => '0.0',
130 130
             'taxRateStandingNeutral' => '0.0'
131 131
         ];
132
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//pocos/row');
132
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//pocos/row');
133 133
         return $this;
134 134
     }
135 135
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/Facilities.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
             'typeID' => null,
125 125
             'typeName' => ''
126 126
         ];
127
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//facilities/row');
127
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//facilities/row');
128 128
         return $this;
129 129
     }
130 130
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/IndustryJobsHistory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
             'teamID' => null,
144 144
             'timeInSeconds' => '1970-01-01 00:00:01'
145 145
         ];
146
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//jobs/row');
146
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//jobs/row');
147 147
         return $this;
148 148
     }
149 149
 }
Please login to merge, or discard this patch.