Completed
Push — master ( e502a6...b659c5 )
by Michael
08:23
created
lib/EveApi/Eve/ErrorList.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/Eve/RefTypes.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/Corp/CorporationSheet.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
         $sql = $this->getCsq()
78 78
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
79 79
         $this->getYem()
80
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
80
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
81 81
         $this->getPdo()
82 82
             ->exec($sql);
83 83
         $columnDefaults = [
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
         $sql = $this->getCsq()
120 120
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
121 121
         $this->getYem()
122
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
122
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
123 123
         $this->getPdo()
124 124
             ->exec($sql);
125 125
         $columnDefaults = [
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
         $sql = $this->getCsq()
148 148
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
149 149
         $this->getYem()
150
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
150
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
151 151
         $this->getPdo()
152 152
             ->exec($sql);
153 153
         $columnDefaults = [
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
         $sql = $this->getCsq()
181 181
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
182 182
         $this->getYem()
183
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
183
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
184 184
         $this->getPdo()
185 185
             ->exec($sql);
186 186
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Corp/IndustryJobs.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
         }
78 78
         $data = $event->getData();
79 79
         $apiName = $data->getEveApiName();
80
-        $data->setEveApiName($apiName . 'History');
80
+        $data->setEveApiName($apiName.'History');
81 81
         // Insure history has already been updated first so current data overwrites old data.
82 82
         $this->emitEvents($data, 'start');
83 83
         $data->setEveApiName($apiName)
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
         $sql = $this->getCsq()
98 98
             ->getDeleteFromTableWithOwnerID($tableName, $ownerID);
99 99
         $this->getYem()
100
-            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - ' . $sql);
100
+            ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, 'sql - '.$sql);
101 101
         $this->getPdo()
102 102
             ->exec($sql);
103 103
         $columnDefaults = [
Please login to merge, or discard this patch.
lib/EveApi/Corp/Medals.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/IndustryJobsHistory.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.
lib/EveApi/Corp/MemberMedals.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/OutpostServiceDetail.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/WalletJournal.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.