Skip to content

Commit

Permalink
Export php_array coding style: spacing and indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amarin15 committed May 1, 2012
1 parent 2df14dd commit 7f60464
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions libraries/export/php_array.php
Expand Up @@ -75,7 +75,7 @@ function PMA_exportHeader()
/**
* Outputs database header
*
* @param string $db Database name
* @param string $db Database name
*
* @return bool Whether it succeeded
*
Expand All @@ -94,7 +94,7 @@ function PMA_exportDBHeader($db)
/**
* Outputs database footer
*
* @param string $db Database name
* @param string $db Database name
*
* @return bool Whether it succeeded
*
Expand All @@ -108,7 +108,7 @@ function PMA_exportDBFooter($db)
/**
* Outputs CREATE DATABASE statement
*
* @param string $db Database name
* @param string $db Database name
*
* @return bool Whether it succeeded
*
Expand All @@ -122,11 +122,11 @@ function PMA_exportDBCreate($db)
/**
* Outputs the content of a table as a fragment of PHP code
*
* @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
*
Expand Down

0 comments on commit 7f60464

Please sign in to comment.