Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nagi1 authored and github-actions[bot] committed Jul 21, 2024
1 parent 06055dc commit e0c10b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Contracts/AbstractDocumentManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ protected function processMicrosoftOffice365Url(string $url, string $wopiSrc): s
// filter out nulls and falsy values
->filter()
->each(function (string $queryParamWithPlaceholder) use (&$url, &$reqiredReplaceMap, &$otherReplaceMap) {

foreach ($reqiredReplaceMap as $placeholder => $value) {
if (str($queryParamWithPlaceholder)->contains($placeholder)) {
$url = str($url)->replace($placeholder, $value);
Expand Down

0 comments on commit e0c10b1

Please sign in to comment.