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/decorators/ArrayMergeDecorator.php')
-rw-r--r--src/decorators/ArrayMergeDecorator.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index 645ae3bc..47a59c83 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -14,6 +14,9 @@ class ArrayMergeDecorator extends Decorator
$this->m = $arrays;
}
+ /**
+ * @return array
+ */
public function value($fields)
{
$accum = [];