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:
@@ -297,7 +297,7 @@ class WebDavHelper {
|
||||
?string $propertyValue,
|
||||
?string $namespaceString = null,
|
||||
?int $davPathVersionToUse = self::DAV_VERSION_NEW,
|
||||
?string $type="files",
|
||||
?string $type = "files",
|
||||
?string $spaceId = null,
|
||||
): ResponseInterface {
|
||||
if ($namespaceString !== null) {
|
||||
@@ -377,14 +377,14 @@ class WebDavHelper {
|
||||
* @throws GuzzleException
|
||||
*/
|
||||
public static function proppatchWithMultipleProps(
|
||||
?string $baseUrl,
|
||||
?string $user,
|
||||
?string $baseUrl,
|
||||
?string $user,
|
||||
?string $password,
|
||||
string $path,
|
||||
string $path,
|
||||
?array $propertiesArray,
|
||||
?int $davPathVersion = null,
|
||||
?string $namespaceString = null,
|
||||
?string $type="files"
|
||||
?int $davPathVersion = null,
|
||||
?string $namespaceString = null,
|
||||
?string $type = "files"
|
||||
): ResponseInterface {
|
||||
$propertyBody = "";
|
||||
foreach ($propertiesArray as $propertyArray) {
|
||||
|
||||
Reference in New Issue
Block a user