Skip to content

Commit

Permalink
Merge pull request #4403 from LibreSign/backport/4401/stable30
Browse files Browse the repository at this point in the history
[stable30] chore: ignore warning of Nextcloud
  • Loading branch information
vitormattos authored Jan 19, 2025
2 parents a87d822 + d776118 commit e7f85f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function createAccount(string $username, string $password, string $groupN

$user = $userManager->get($username);
if (!$user) {
$user = $userManager->createUser($username, $password);
$user = @$userManager->createUser($username, $password);
}
$group = $groupManager->get($groupName);
if (!$group) {
Expand Down

0 comments on commit e7f85f9

Please sign in to comment.