Update renamed NotCamelCaps rule
[MAILPOET-3658]
This commit is contained in:
committed by
Veljko V
parent
76fe9082a3
commit
65b834a9ff
@@ -142,7 +142,7 @@ class Migration extends SimpleWorker {
|
||||
$queue['id']
|
||||
));
|
||||
// link the queue with the task via task_id
|
||||
$newTaskId = $wpdb->insert_id; // phpcs:ignore Squiz.NamingConventions.ValidVariableName.NotCamelCaps
|
||||
$newTaskId = $wpdb->insert_id; // phpcs:ignore Squiz.NamingConventions.ValidVariableName.MemberNotCamelCaps
|
||||
$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