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 76f4def commit 92ca977Copy full SHA for 92ca977
apache/helpers.php
@@ -13,7 +13,7 @@ class SslFileGenerationException extends Exception {}
13
* @param string $extension The file extension to use for the generated SSL files.
14
* @return string A comma-separated list of paths to the generated SSL files.
15
*/
16
-function decodeAndSaveSslFiles($base64_string, $prefix, $extension) {
+function decodeAndSaveSslFiles(string $base64_string, string $prefix, string $extension): array {
17
// Ensure the output directory exists
18
if (!is_dir(OUTPUT_DIR)) {
19
mkdir(OUTPUT_DIR, 0755, true);
0 commit comments