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/traits/ViewsMatviewsTrait.php')
-rw-r--r--src/traits/ViewsMatviewsTrait.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/traits/ViewsMatviewsTrait.php b/src/traits/ViewsMatviewsTrait.php
index f839aecf..f8f12cad 100644
--- a/src/traits/ViewsMatviewsTrait.php
+++ b/src/traits/ViewsMatviewsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.1.3
+ * PHPPgAdmin6
*/
namespace PHPPgAdmin\Traits;
@@ -498,6 +498,11 @@ trait ViewsMatviewsTrait
// if field already exist, just ignore this one
}
+ /**
+ * @return (array|int)[]
+ *
+ * @psalm-return array{0: list<mixed>, 1: 0|positive-int}
+ */
private function _getArrLinks()
{
$arrLinks = [];