updating lint rules for test code

This commit is contained in:
Niraj Acharya
2024-12-24 09:30:42 +05:45
parent 24798a80d1
commit 089ccc1ca3
45 changed files with 2914 additions and 1151 deletions

View File

@@ -56,7 +56,7 @@ class OcsApiHelper {
$body = [],
?int $ocsApiVersion = 2,
?array $headers = []
):ResponseInterface {
): ResponseInterface {
$fullUrl = $baseUrl;
if (\substr($fullUrl, -1) !== '/') {
$fullUrl .= '/';
@@ -86,7 +86,7 @@ class OcsApiHelper {
$body = [],
?int $ocsApiVersion = 2,
?array $headers = []
):RequestInterface {
): RequestInterface {
$fullUrl = $baseUrl;
if (\substr($fullUrl, -1) !== '/') {
$fullUrl .= '/';