mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Add missing doc comment
This commit is contained in:
@@ -438,7 +438,7 @@ function remove_definer($query) {
|
|||||||
|
|
||||||
/** Format foreign key to use in SQL 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)
|
* @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) {
|
function format_foreign_key($foreign_key) {
|
||||||
global $on_actions;
|
global $on_actions;
|
||||||
|
Reference in New Issue
Block a user