From 1cf2d303c00567494cf11c250b89648eebe593bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sat, 10 Sep 2022 20:03:39 -0300 Subject: Refactor Plugins\Export\ExportXml::exportDefinitions method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improve type inference of the parameters. Signed-off-by: MaurĂ­cio Meneghini Fauth --- psalm-baseline.xml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'psalm-baseline.xml') diff --git a/psalm-baseline.xml b/psalm-baseline.xml index bc3199c1c8..63a5a40ec8 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -5734,10 +5734,12 @@ SessionCache::get('mysql_cur_user') reset($columns) - + + $result $this->fetchResult($sql, null, 'Field', $link) $this->fetchResult($sql, null, null, $link) string[] + string[] $user @@ -8663,7 +8665,7 @@ - + $_POST['comment'] $_POST['db_collation'] ?? '' $_POST['new_auto_increment'] @@ -8689,12 +8691,10 @@ $event_name $foreignTable $foreignTable - $function_name $newRowFormat $newRowFormat $old_priv $one_query - $procedure_name $this_what ?? 'data' $trigger['create'] $view @@ -8756,12 +8756,11 @@ $trigger['create'] $trigger['create'] - + $GLOBALS['auto_increment'] $arr $event_name $foreignTable - $function_name $newRowFormat $old_priv $old_priv @@ -8770,7 +8769,6 @@ $old_priv $old_priv $one_query - $procedure_name $this_what $trigger $view @@ -9837,16 +9835,18 @@ - + $code $col_as $db_charset $db_collation - $name $table $table $trigger['name'] + + $events + $result[$table][1] $result[0]['DEFAULT_CHARACTER_SET_NAME'] @@ -9860,18 +9860,16 @@ $result[$table] - + $GLOBALS['tables'] $code $col_as $db_charset $db_collation - $name $table $trigger - - $sql + $table_alias -- cgit v1.2.3