Exclude globals from camel case conversion
[MAILPOET-1796]
This commit is contained in:
@@ -143,7 +143,7 @@ class Migration extends SimpleWorker {
|
||||
$queue['id']
|
||||
));
|
||||
// link the queue with the task via task_id
|
||||
$newTaskId = $wpdb->insertId;
|
||||
$newTaskId = $wpdb->insert_id; // phpcs:ignore Squiz.NamingConventions.ValidVariableName.NotCamelCaps
|
||||
$wpdb->query(sprintf(
|
||||
'UPDATE %1$s SET `task_id` = %2$s WHERE `id` = %3$s',
|
||||
MP_SENDING_QUEUES_TABLE,
|
||||
|
Reference in New Issue
Block a user