Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-06 10:44:48 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-06 10:44:48 +0300
commitc897dcc5cd9392ae79a95389fa1a1fcd0af47047 (patch)
tree5fad81c002f0928767c31866a2d926a73464ec2f
parenta2c918c379c5fbfb88374a01c43c87a6ad47e28b (diff)
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--tests/php/Collaboration/Collaborators/RoomPluginTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/php/Collaboration/Collaborators/RoomPluginTest.php b/tests/php/Collaboration/Collaborators/RoomPluginTest.php
index c35b176f7..e3adbb595 100644
--- a/tests/php/Collaboration/Collaborators/RoomPluginTest.php
+++ b/tests/php/Collaboration/Collaborators/RoomPluginTest.php
@@ -252,7 +252,6 @@ class RoomPluginTest extends TestCase {
array $expectedMatches,
bool $expectedHasMoreResults
) {
-
$rooms = [];
foreach ($roomsForParticipant as $roomData) {
$rooms[] = call_user_func_array([$this, 'newRoom'], $roomData);