MDL-78129 communication: Fix all phpcs isuses
This is a brand new subsystem, plugin-type, and plugin. They are written from the ground up by us. They should not contain any coding style violations.
This commit is contained in:
@@ -29,7 +29,6 @@ use stored_file;
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
class processor {
|
||||
|
||||
/** @var string The magic 'none' provider */
|
||||
public const PROVIDER_NONE = 'none';
|
||||
|
||||
@@ -324,7 +323,7 @@ class processor {
|
||||
|
||||
$DB->delete_records_select(
|
||||
'communication_user',
|
||||
'commid = ? AND userid IN (' . implode(',', $userids) . ') AND synced = ?' ,
|
||||
'commid = ? AND userid IN (' . implode(',', $userids) . ') AND synced = ?',
|
||||
[$this->instancedata->id, 0]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user