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:
authorFelipe Figueroa <amenadiel@gmail.com>2021-03-25 15:59:15 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2021-03-25 15:59:15 +0300
commitf7b0193500faec8da57a29e907d9cf445b8356a8 (patch)
treef187fa73533122698940ef09acdbc623e8c67152 /src/controllers/InfoController.php
parentab85b1b8eff0e21f09d7fef3f624c0c89d739193 (diff)
fixes errors as reported by phpstan
Diffstat (limited to 'src/controllers/InfoController.php')
-rw-r--r--src/controllers/InfoController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index cb2e41e7..13323ef6 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -100,6 +100,7 @@ class InfoController extends BaseController
if (0 < $indexstatsio->RecordCount()) {
$this->_printIndexstatsio($indexstatsio);
}
+ return '';
}
/**