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>2019-07-26 08:13:37 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-07-26 08:13:37 +0300
commite4982d677d146cd8ac03574c05cb3ea2411c0a19 (patch)
tree3219791ee2bddc8435e036d55e9175dbd01aaca2 /phpstan.neon.dist
parent3b973a442d9e76a323299b63cc379aff5e4d0070 (diff)
Use the router for the table change page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 8cdb6a9b39..1138c5a92e 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -14,7 +14,7 @@ parameters:
- '#Call to an undefined method PhpMyAdmin\\Navigation\\Nodes\\Node\:\:getHiddenCount#'
- '#Undefined variable: \$array#'
- '#Undefined variable: \$(export_type|err_url|collation_connection|filename_template|transform_key|cn|goto|token_mismatch|auth_plugin|username|hostname|display_query)#'#Others
- - '#Undefined variable: \$(unsaved_values|is_upload)#'#tbl_change.php
+ - '#Undefined variable: \$(unsaved_values|is_upload)#'#libraries/entry_points/table/change.php
- '#Undefined variable: \$max_upload_size#'#tbl_import.php
- '#Undefined variable: \$(repobase|fullrevision|revision|repobranchbase|branch)#'#Footer.php
- '#Undefined variable: \$(containerBuilder)#'