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/ActionUrlDecorator.php')
-rw-r--r--src/decorators/ActionUrlDecorator.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index d680efb6..56ba6c8d 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -22,6 +22,9 @@ class ActionUrlDecorator extends Decorator
}
}
+ /**
+ * @return string
+ */
public function value($fields)
{
$url = Decorator::get_sanitized_value($this->base, $fields);