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.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index 4b7dfb61..f1c688d7 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -314,6 +314,11 @@ class DataimportController extends BaseController
return $this->printFooter();
}
+ /**
+ * @return array
+ *
+ * @psalm-return list<mixed>
+ */
public static function loadNULLArray()
{
$array = [];
@@ -330,6 +335,8 @@ class DataimportController extends BaseController
/**
* @param null|string $field
* @param mixed $null_array
+ *
+ * @return bool
*/
public static function determineNull(?string $field, $null_array)
{