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

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/DataimportController.php')
-rw-r--r--src/controllers/DataimportController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index 29ea6a8f..8d917484 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -37,8 +37,8 @@ class DataimportController extends BaseController
/**
* Character data handler for XML import feature.
*
- * @param $parser
- * @param $cdata
+ * @param resource $parser
+ * @param string $cdata
*/
$_charHandler = static function ($parser, $cdata) use (&$state, &$curr_col_val): void {
if ('COLUMN' === $state) {