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/database/databasetraits/SchemaTrait.php')
-rw-r--r--src/database/databasetraits/SchemaTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/databasetraits/SchemaTrait.php b/src/database/databasetraits/SchemaTrait.php
index d1194946..c2982d16 100644
--- a/src/database/databasetraits/SchemaTrait.php
+++ b/src/database/databasetraits/SchemaTrait.php
@@ -63,7 +63,7 @@ trait SchemaTrait
*
* @param string $schema The the name of the schema to work in
*
- * @return int|\PHPPgAdmin\ADORecordSet 0 if operation was successful
+ * @return int|ADORecordSet 0 if operation was successful
*/
public function setSchema($schema)
{