]> git.joonet.de Git - adminer.git/commitdiff
Add missing doc comment
authorJakub Vrana <jakub@vrana.cz>
Fri, 20 Dec 2013 23:47:01 +0000 (15:47 -0800)
committerJakub Vrana <jakub@vrana.cz>
Fri, 20 Dec 2013 23:47:01 +0000 (15:47 -0800)
adminer/include/editing.inc.php

index c87417c3727b9f74476165e78914cab0ca4fe665..ad9e8dd3d83691ce234d9ef2c56b631078f8b8be 100644 (file)
@@ -438,7 +438,7 @@ function remove_definer($query) {
 
 /** Format foreign key to use in SQL query
 * @param array ("table" => string, "source" => array, "target" => array, "on_delete" => one of $on_actions, "on_update" => one of $on_actions)
-* @return 
+* @return string
 */
 function format_foreign_key($foreign_key) {
        global $on_actions;