We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3815128 commit 35370d8Copy full SHA for 35370d8
‎src/Support/URL.php‎
@@ -22,7 +22,8 @@ public static function format(string $string): string
22
->replace('+', '-')
23
->replace('/', '_')
24
->replace('=', '')
25
- ->append($padding);
+ ->append($padding)
26
+ ->__toString();
27
}
28
29
public static function formatWithBase64(string $string): string
0 commit comments