Skip to content

Commit 7067037

Browse files
fix: cs
Signed-off-by: Vitor Mattos <[email protected]>
1 parent acdd212 commit 7067037

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Service/Crl/CrlDistributionPointsExtractor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ private function appendUrlsFromText(string $value, array &$orderedUrls, array &$
8585
}
8686

8787
private function normalizeUrlToken(string $url): string {
88-
return rtrim($url, ")]");
88+
return rtrim($url, ')]');
8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)