Completed
Push — master ( e502a6...b659c5 )
by Michael
08:23
created
lib/EveApi/Corp/StarbaseDetail.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
         $sql = $this->getCsq()
102 102
             ->getDeleteFromStarbaseDetailTables($tableName, $ownerID, $starbaseID);
103 103
         $this->getYem()
104
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
104
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
105 105
         $this->getPdo()
106 106
             ->exec($sql);
107 107
         $columnDefaults = [
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
         $sql = $this->getCsq()
133 133
             ->getDeleteFromStarbaseDetailTables($tableName, $ownerID, $starbaseID);
134 134
         $this->getYem()
135
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
135
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
136 136
         $this->getPdo()
137 137
             ->exec($sql);
138 138
         $columnDefaults = [
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
         $sql = $this->getCsq()
160 160
             ->getDeleteFromStarbaseDetailTables($tableName, $ownerID, $starbaseID);
161 161
         $this->getYem()
162
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
162
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
163 163
         $this->getPdo()
164 164
             ->exec($sql);
165 165
         $columnDefaults = [
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
         $sql = $this->getCsq()
189 189
             ->getDeleteFromStarbaseDetailTables($tableName, $ownerID, $starbaseID);
190 190
         $this->getYem()
191
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
191
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
192 192
         $this->getPdo()
193 193
             ->exec($sql);
194 194
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Corp/Shareholders.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
         $sql = $this->getCsq()
72 72
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
73 73
         $this->getYem()
74
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
74
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
75 75
         $this->getPdo()
76 76
             ->exec($sql);
77 77
         $columnDefaults = [
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
         $sql = $this->getCsq()
99 99
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
100 100
         $this->getYem()
101
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
101
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
102 102
         $this->getPdo()
103 103
             ->exec($sql);
104 104
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Corp/MemberSecurityLog.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/Corp/StarbaseList.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/Corp/OutpostList.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/Corp/Contracts.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/Corp/AssetList.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
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
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/Corp/ContactList.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
         $sql = $this->getCsq()
74 74
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
75 75
         $this->getYem()
76
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
76
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
77 77
         $this->getPdo()
78 78
             ->exec($sql);
79 79
         $columnDefaults = [
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
         $sql = $this->getCsq()
100 100
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
101 101
         $this->getYem()
102
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
102
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
103 103
         $this->getPdo()
104 104
             ->exec($sql);
105 105
         $columnDefaults = [
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
         $sql = $this->getCsq()
129 129
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
130 130
         $this->getYem()
131
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
131
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
132 132
         $this->getPdo()
133 133
             ->exec($sql);
134 134
         $columnDefaults = [
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
         $sql = $this->getCsq()
158 158
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
159 159
         $this->getYem()
160
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
160
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
161 161
         $this->getPdo()
162 162
             ->exec($sql);
163 163
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Corp/WalletTransactions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
         $sql = $this->getCsq()
72 72
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
73 73
         $this->getYem()
74
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
74
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
75 75
         $this->getPdo()
76 76
             ->exec($sql);
77 77
         $columnDefaults = [
Please login to merge, or discard this patch.