@@ -121,7 +121,7 @@ |
||
121 | 121 | 'y' => null, |
122 | 122 | 'z' => null |
123 | 123 | ]; |
124 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//outposts/row'); |
|
124 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//outposts/row'); |
|
125 | 125 | return $this; |
126 | 126 | } |
127 | 127 | } |
@@ -114,7 +114,7 @@ |
||
114 | 114 | 'errorCode' => null, |
115 | 115 | 'errorText' => null |
116 | 116 | ]; |
117 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//errors/row'); |
|
117 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//errors/row'); |
|
118 | 118 | return $this; |
119 | 119 | } |
120 | 120 | } |
@@ -114,7 +114,7 @@ |
||
114 | 114 | 'refTypeID' => null, |
115 | 115 | 'refTypeName' => '' |
116 | 116 | ]; |
117 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//refTypes/row'); |
|
117 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//refTypes/row'); |
|
118 | 118 | return $this; |
119 | 119 | } |
120 | 120 | } |
@@ -118,7 +118,7 @@ |
||
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 | } |
@@ -124,7 +124,7 @@ |
||
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 | } |
@@ -137,7 +137,7 @@ |
||
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 | } |
@@ -143,7 +143,7 @@ |
||
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 | } |
@@ -143,7 +143,7 @@ |
||
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 | } |
@@ -130,7 +130,7 @@ |
||
130 | 130 | 'volEntered' => null, |
131 | 131 | 'volRemaining' => null |
132 | 132 | ]; |
133 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//orders/row'); |
|
133 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//orders/row'); |
|
134 | 134 | return $this; |
135 | 135 | } |
136 | 136 | } |