File tree Expand file tree Collapse file tree 4 files changed +24
-16
lines changed Expand file tree Collapse file tree 4 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 77 * Helper function to decode and save multiple SSL files from base64.
88 *
99 * @param string $base64_string The base64 encoded string containing multiple SSL files separated by commas.
10- * If no commas are present, the entire string is treated as a single file.
11- * @param string $prefix The prefix to use for the generated SSL file names.
12- * @param string $extension The file extension to use for the generated SSL files.
10+ * If no commas are present, the entire string is treated as a single file.
11+ * @param string $prefix The prefix to use for the generated SSL file names.
12+ * @param string $extension The file extension to use for the generated SSL files.
13+ *
1314 * @return string A comma-separated list of paths to the generated SSL files.
1415 */
15- function decodeAndSaveSslFiles (string $ base64_string , string $ prefix , string $ extension ): string {
16+ function decodeAndSaveSslFiles (string $ base64_string , string $ prefix , string $ extension ): string
17+ {
1618 // Ensure the output directory exists
1719 if (!is_dir (PMA_SSL_DIR )) {
1820 mkdir (PMA_SSL_DIR , 0755 , true );
Original file line number Diff line number Diff line change 77 * Helper function to decode and save multiple SSL files from base64.
88 *
99 * @param string $base64_string The base64 encoded string containing multiple SSL files separated by commas.
10- * If no commas are present, the entire string is treated as a single file.
11- * @param string $prefix The prefix to use for the generated SSL file names.
12- * @param string $extension The file extension to use for the generated SSL files.
10+ * If no commas are present, the entire string is treated as a single file.
11+ * @param string $prefix The prefix to use for the generated SSL file names.
12+ * @param string $extension The file extension to use for the generated SSL files.
13+ *
1314 * @return string A comma-separated list of paths to the generated SSL files.
1415 */
15- function decodeAndSaveSslFiles (string $ base64_string , string $ prefix , string $ extension ): string {
16+ function decodeAndSaveSslFiles (string $ base64_string , string $ prefix , string $ extension ): string
17+ {
1618 // Ensure the output directory exists
1719 if (!is_dir (PMA_SSL_DIR )) {
1820 mkdir (PMA_SSL_DIR , 0755 , true );
Original file line number Diff line number Diff line change 77 * Helper function to decode and save multiple SSL files from base64.
88 *
99 * @param string $base64_string The base64 encoded string containing multiple SSL files separated by commas.
10- * If no commas are present, the entire string is treated as a single file.
11- * @param string $prefix The prefix to use for the generated SSL file names.
12- * @param string $extension The file extension to use for the generated SSL files.
10+ * If no commas are present, the entire string is treated as a single file.
11+ * @param string $prefix The prefix to use for the generated SSL file names.
12+ * @param string $extension The file extension to use for the generated SSL files.
13+ *
1314 * @return string A comma-separated list of paths to the generated SSL files.
1415 */
15- function decodeAndSaveSslFiles (string $ base64_string , string $ prefix , string $ extension ): string {
16+ function decodeAndSaveSslFiles (string $ base64_string , string $ prefix , string $ extension ): string
17+ {
1618 // Ensure the output directory exists
1719 if (!is_dir (PMA_SSL_DIR )) {
1820 mkdir (PMA_SSL_DIR , 0755 , true );
Original file line number Diff line number Diff line change 77 * Helper function to decode and save multiple SSL files from base64.
88 *
99 * @param string $base64_string The base64 encoded string containing multiple SSL files separated by commas.
10- * If no commas are present, the entire string is treated as a single file.
11- * @param string $prefix The prefix to use for the generated SSL file names.
12- * @param string $extension The file extension to use for the generated SSL files.
10+ * If no commas are present, the entire string is treated as a single file.
11+ * @param string $prefix The prefix to use for the generated SSL file names.
12+ * @param string $extension The file extension to use for the generated SSL files.
13+ *
1314 * @return string A comma-separated list of paths to the generated SSL files.
1415 */
15- function decodeAndSaveSslFiles (string $ base64_string , string $ prefix , string $ extension ): string {
16+ function decodeAndSaveSslFiles (string $ base64_string , string $ prefix , string $ extension ): string
17+ {
1618 // Ensure the output directory exists
1719 if (!is_dir (PMA_SSL_DIR )) {
1820 mkdir (PMA_SSL_DIR , 0755 , true );
You can’t perform that action at this time.
0 commit comments