diff --git a/tests/php/Service/RoomServiceTest.php b/tests/php/Service/RoomServiceTest.php index 82ed7bf11f3..46764217719 100644 --- a/tests/php/Service/RoomServiceTest.php +++ b/tests/php/Service/RoomServiceTest.php @@ -280,7 +280,7 @@ public function testCreateConversation(int $type, string $name, string $ownerId, ->method('addUsers'); } - if($password !== '') { + if ($password !== '') { $this->hasher->expects(self::once()) ->method('hash') ->willReturn($password);