From 80765a9ca07321ee57d78c5e86f2dfb8267f3e84 Mon Sep 17 00:00:00 2001 From: Alex Marin Date: Tue, 1 May 2012 23:07:14 +0300 Subject: [PATCH] Export yaml coding style: spacing and indentation --- libraries/export/yaml.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libraries/export/yaml.php b/libraries/export/yaml.php index 55ef8d67ed..946e878f0e 100644 --- a/libraries/export/yaml.php +++ b/libraries/export/yaml.php @@ -73,7 +73,7 @@ if (isset($plugin_list)) { /** * Outputs database header * - * @param string $db Database name + * @param string $db Database name * * @return bool Whether it succeeded * @@ -87,7 +87,7 @@ if (isset($plugin_list)) { /** * Outputs database footer * - * @param string $db Database name + * @param string $db Database name * * @return bool Whether it succeeded * @@ -101,7 +101,7 @@ if (isset($plugin_list)) { /** * Outputs CREATE DATABASE statement * - * @param string $db Database name + * @param string $db Database name * * @return bool Whether it succeeded * @@ -115,11 +115,11 @@ if (isset($plugin_list)) { /** * Outputs the content of a table in YAML format * - * @param string $db database name - * @param string $table table name - * @param string $crlf the end of line sequence - * @param string $error_url the url to go back in case of error - * @param string $sql_query SQL query for obtaining data + * @param string $db database name + * @param string $table table name + * @param string $crlf the end of line sequence + * @param string $error_url the url to go back in case of error + * @param string $sql_query SQL query for obtaining data * * @return bool Whether it succeeded *