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/controllers/SqlController.php')
-rw-r--r--src/controllers/SqlController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index 9b8521f6..6da26277 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -191,7 +191,7 @@ class SqlController extends BaseController
}
/**
- * @return ADORecordSet|null
+ * @return null|ADORecordSet
*/
private function execute_query()
{