Test Setup Failed
Branch master (f413d3)
by
unknown
10:19 queued 02:58
created
src/plugins/onTick/getKillmails.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
                     //$iskValue = number_format(($totalValue/100), 0);
173 173
                     // Check if it's a structure
174 174
                     if ($victimName != "") {
175
-                        if ($rawValue >= $this->bigKill){
175
+                        if ($rawValue >= $this->bigKill) {
176 176
                             $msg = "@here \n :warning:***Expensive Killmail***:warning: \n **{$killTime}**\n\n**{$shipName}** worth **{$totalValue} ISK** flown by **{$victimName}** of (***{$victimCorpName}|{$victimAllianceName}***) killed in {$systemName}\nhttps://zkillboard.com/kill/{$killID}/";
177 177
                         }
178 178
                         elseif ($rawValue <= $this->bigKill)
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,8 +174,7 @@
 block discarded – undo
174 174
                     if ($victimName != "") {
175 175
                         if ($rawValue >= $this->bigKill){
176 176
                             $msg = "@here \n :warning:***Expensive Killmail***:warning: \n **{$killTime}**\n\n**{$shipName}** worth **{$totalValue} ISK** flown by **{$victimName}** of (***{$victimCorpName}|{$victimAllianceName}***) killed in {$systemName}\nhttps://zkillboard.com/kill/{$killID}/";
177
-                        }
178
-                        elseif ($rawValue <= $this->bigKill)
177
+                        } elseif ($rawValue <= $this->bigKill)
179 178
                         {
180 179
                             $msg = "**{$killTime}**\n\n**{$shipName}** worth **{$totalValue} ISK** flown by **{$victimName}** of (***{$victimCorpName}|{$victimAllianceName}***) killed in {$systemName}\nhttps://zkillboard.com/kill/{$killID}/";
181 180
                         }
Please login to merge, or discard this patch.