Completed
Push — master ( 70dfc9...fb2e0c )
by Michael
03:05
created
lib/EveApi/Char/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.
lib/EveApi/Corp/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.