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:
authorffflabs <amenadiel@gmail.com>2020-02-25 23:59:44 +0300
committerffflabs <amenadiel@gmail.com>2020-02-25 23:59:44 +0300
commit9f0316a22f4048f52d015e81eac18369ad509d21 (patch)
tree6953b6ccb722d3b4144fc2e6b3ff08280375b283 /src/controllers/InfoController.php
parent3be2c9adcd0ac0e0c3a23c94279e488968368ebc (diff)
fixing return types
Diffstat (limited to 'src/controllers/InfoController.php')
-rw-r--r--src/controllers/InfoController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 3d4a31a6..eda81e27 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin v6.0.0-RC8
*/
namespace PHPPgAdmin\Controller;