зеркало из https://github.com/nextcloud/spreed.git
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
999bd08ea4
Коммит
56dd22a26b
|
@ -616,7 +616,7 @@ class Room {
|
|||
$query->execute();
|
||||
|
||||
$this->dispatcher->dispatch(self::EVENT_AFTER_ROOM_DELETE, $event);
|
||||
if (class_exists(CriticalActionPerformedEvent::class)) {
|
||||
if (class_exists(CriticalActionPerformedEvent::class)) {
|
||||
$this->dispatcher->dispatchTyped(new CriticalActionPerformedEvent(
|
||||
'Conversation "%s" deleted',
|
||||
['name' => $this->getName()],
|
||||
|
|
|
@ -31,7 +31,6 @@ use OCA\Talk\Webinary;
|
|||
use OCP\AppFramework\Utility\ITimeFactory;
|
||||
use OCP\IDBConnection;
|
||||
use OCP\Security\IHasher;
|
||||
use OCP\Security\ISecureRandom;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Test\TestCase;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче