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/translations/AbstractLang.php')
-rw-r--r--src/translations/AbstractLang.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/translations/AbstractLang.php b/src/translations/AbstractLang.php
index 27f9f656..e55cbe85 100644
--- a/src/translations/AbstractLang.php
+++ b/src/translations/AbstractLang.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.1.3
+ * PHPPgAdmin6
*/
namespace PHPPgAdmin\Translations;
@@ -16,9 +16,6 @@ abstract class AbstractLang
*/
protected $lang = [];
- /**
- * @return array
- */
public function getLang(): array
{
return $this->lang;