Completed
Push — master ( 70dfc9...fb2e0c )
by Michael
03:05
created
lib/EveApi/Eve/ConquerableStationList.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
             '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
 }
Please login to merge, or discard this patch.
lib/EveApi/Eve/ErrorList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
lib/EveApi/Eve/RefTypes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
lib/EveApi/Char/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/Char/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/Char/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/Char/IndustryJobs.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.
lib/EveApi/Char/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.
lib/EveApi/Char/MarketOrders.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.