Completed
Push — master ( e502a6...b659c5 )
by Michael
08:23
created
lib/EveApi/Char/Research.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
         $sql = $this->getCsq()
71 71
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
72 72
         $this->getYem()
73
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
73
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
74 74
         $this->getPdo()
75 75
             ->exec($sql);
76 76
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Server/ServerStatus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         $sql = $this->getCsq()
70 70
             ->getDeleteFromTable($tableName);
71 71
         $this->getYem()
72
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
72
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
73 73
         $this->getPdo()
74 74
             ->exec($sql);
75 75
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Api/CallList.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
         $sql = $this->getCsq()
71 71
             ->getDeleteFromTable($tableName);
72 72
         $this->getYem()
73
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
73
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
74 74
         $this->getPdo()
75 75
             ->exec($sql);
76 76
         $columnDefaults = [
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
         $sql = $this->getCsq()
96 96
             ->getDeleteFromTable($tableName);
97 97
         $this->getYem()
98
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
98
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
99 99
         $this->getPdo()
100 100
             ->exec($sql);
101 101
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Map/Sovereignty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         $sql = $this->getCsq()
70 70
             ->getDeleteFromTable($tableName);
71 71
         $this->getYem()
72
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
72
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
73 73
         $this->getPdo()
74 74
             ->exec($sql);
75 75
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Map/Kills.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         $sql = $this->getCsq()
70 70
             ->getDeleteFromTable($tableName);
71 71
         $this->getYem()
72
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
72
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
73 73
         $this->getPdo()
74 74
             ->exec($sql);
75 75
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Map/Jumps.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         $sql = $this->getCsq()
70 70
             ->getDeleteFromTable($tableName);
71 71
         $this->getYem()
72
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
72
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
73 73
         $this->getPdo()
74 74
             ->exec($sql);
75 75
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Map/FacWarSystems.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         $sql = $this->getCsq()
70 70
             ->getDeleteFromTable($tableName);
71 71
         $this->getYem()
72
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
72
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
73 73
         $this->getPdo()
74 74
             ->exec($sql);
75 75
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Account/AccountStatus.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
         $sql = $this->getCsq()
73 73
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
74 74
         $this->getYem()
75
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
75
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
76 76
         $this->getPdo()
77 77
             ->exec($sql);
78 78
         $columnDefaults = [
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
         $sql = $this->getCsq()
101 101
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
102 102
         $this->getYem()
103
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
103
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
104 104
         $this->getPdo()
105 105
             ->exec($sql);
106 106
         $columnDefaults = [
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
         $sql = $this->getCsq()
126 126
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
127 127
         $this->getYem()
128
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
128
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
129 129
         $this->getPdo()
130 130
             ->exec($sql);
131 131
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Eve/CertificateTree.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         $sql = $this->getCsq()
70 70
             ->getDeleteFromTable($tableName);
71 71
         $this->getYem()
72
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
72
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
73 73
         $this->getPdo()
74 74
             ->exec($sql);
75 75
         $columnDefaults = [
Please login to merge, or discard this patch.