Skip to content

Commit

Permalink
php style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor committed Feb 15, 2024
1 parent ac91997 commit 948e49e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/acceptance/features/bootstrap/SpacesContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -2189,10 +2189,10 @@ public function createShareResource(
"role" => $rows["role"]
];

// share with custom permission
if (isset ($rows["permissions"])){
$body["permissions"] = $rows["permissions"];
}
// share with custom permission
if (isset($rows["permissions"])) {
$body["permissions"] = $rows["permissions"];
}

$fullUrl = $this->baseUrl . $this->ocsApiUrl;
$response = $this->sendPostRequestToUrl(
Expand Down

0 comments on commit 948e49e

Please sign in to comment.