mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 09:45:19 +02:00
refactor: add space related lint rules
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ class UserHelper {
|
||||
string $user,
|
||||
string $key,
|
||||
string $value,
|
||||
string $adminUser,
|
||||
string $adminUser,
|
||||
string $adminPassword,
|
||||
?int $ocsApiVersion = 2
|
||||
): ResponseInterface {
|
||||
@@ -104,7 +104,7 @@ class UserHelper {
|
||||
);
|
||||
}
|
||||
// Send the array of requests at once in parallel.
|
||||
$results = HttpRequestHelper::sendBatchRequest($requests, $client);
|
||||
$results = HttpRequestHelper::sendBatchRequest($requests, $client);
|
||||
|
||||
foreach ($results as $e) {
|
||||
if ($e instanceof ClientException) {
|
||||
@@ -252,7 +252,7 @@ class UserHelper {
|
||||
?string $baseUrl,
|
||||
?string $adminUser,
|
||||
?string $adminPassword,
|
||||
?string $search =""
|
||||
?string $search = ""
|
||||
): ResponseInterface {
|
||||
return OcsApiHelper::sendRequest(
|
||||
$baseUrl,
|
||||
|
||||
Reference in New Issue
Block a user