Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-24 01:49:54 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-25 03:35:30 +0300
commit10b937511db681ea01e3173d5fdfd588ce742468 (patch)
treef1b31bfcf2fdc386354bf4a1588f670f977b013d /psalm.xml
parent9aa859bdd370325a242168e8762f696780bb4c7e (diff)
Replace `$analyzedSqlResults` array with `StatementInfo` object
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index 467c942d19..cf26119f58 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -26,6 +26,7 @@
</projectFiles>
<stubs>
+ <file name="test/stubs/Query.stub"/>
<file name="test/stubs/uploadprogress.stub"/>
</stubs>
@@ -305,6 +306,7 @@
text_dir: string,
token_mismatch: bool,
token_provided: bool,
+ unparsed_sql?: string,
urlParams: array,
username: string,
xml_export_triggers: bool,