chore: Apply codestyle fixer again

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-09-19 10:56:02 +02:00
Родитель cf0a1c6037
Коммит 1a0b5662a0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A3E2F658B28C760A
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -25,8 +25,8 @@ declare(strict_types=1);
namespace OCA\LDAPContactsBackend\Service;
use OCA\User_LDAP\Configuration;
use OCA\LDAPContactsBackend\Model\LDAPBaseConfiguration;
use OCA\User_LDAP\Configuration;
use OCA\User_LDAP\Helper;
use OutOfBoundsException;

Просмотреть файл

@ -3,6 +3,7 @@
declare(strict_types=1);
use PHPUnit\Framework\TestCase;
/**
* @copyright Copyright (c) 2020 Arthur Schiwon <blizzz@arthur-schiwon.de>
*