@@ -120,7 +120,7 @@ |
||
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 | } |
@@ -121,7 +121,7 @@ |
||
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 | } |
@@ -119,7 +119,7 @@ |
||
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 | } |
@@ -127,7 +127,7 @@ |
||
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 | } |
@@ -120,7 +120,7 @@ |
||
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 | } |
@@ -119,7 +119,7 @@ discard block |
||
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 |
||
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 | } |
@@ -123,7 +123,7 @@ |
||
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 | } |
@@ -129,7 +129,7 @@ |
||
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 | } |
@@ -131,7 +131,7 @@ |
||
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 | } |