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-16 10:20:14 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2021-03-16 10:20:14 +0300
commitdb612762bed3dae98877bf5920418464ec1e67c6 (patch)
treead9029ba71b47aee48cfffa9eb38c1cc37377471 /src/database/databasetraits/SchemaTrait.php
parent978c0359fc0d332f175b6c9af314886dfa77f340 (diff)
runs rector
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)
{