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-05-25 05:54:53 +0300
committerffflabs <amenadiel@gmail.com>2020-05-25 05:54:53 +0300
commit23163c55f001b2ee8bfefaddd3dff458178e842b (patch)
tree9309b72fc68ed573f9e71ecfeb130cd31ec89d21
parent5b2695601eb95e984398872a4a2923bf0de074db (diff)
Creating Tag v6.0.0 at 2020-05-24 -
-rw-r--r--.php_cs2
-rw-r--r--composer.json2
-rw-r--r--composer.lock4
-rw-r--r--index.php2
-rw-r--r--src/classes/ADORecordSet.php2
-rw-r--r--src/classes/ADOdbException.php2
-rw-r--r--src/classes/ArrayRecordSet.php2
-rw-r--r--src/classes/ContainerUtils.php2
-rw-r--r--src/classes/Misc.php44
-rw-r--r--src/classes/Translations.php2
-rw-r--r--src/classes/ViewManager.php18
-rw-r--r--src/controllers/AcinsertController.php2
-rw-r--r--src/controllers/AggregatesController.php2
-rw-r--r--src/controllers/AlldbController.php2
-rw-r--r--src/controllers/BaseController.php2
-rw-r--r--src/controllers/BrowserController.php2
-rw-r--r--src/controllers/CastsController.php2
-rw-r--r--src/controllers/ColpropertiesController.php2
-rw-r--r--src/controllers/ConstraintsController.php2
-rw-r--r--src/controllers/ConversionsController.php2
-rw-r--r--src/controllers/DatabaseController.php2
-rw-r--r--src/controllers/DataexportController.php2
-rw-r--r--src/controllers/DataimportController.php2
-rw-r--r--src/controllers/DbexportController.php2
-rw-r--r--src/controllers/DisplayController.php2
-rw-r--r--src/controllers/DomainsController.php2
-rw-r--r--src/controllers/FulltextController.php2
-rw-r--r--src/controllers/FunctionsController.php2
-rw-r--r--src/controllers/GroupsController.php2
-rw-r--r--src/controllers/HelpController.php2
-rw-r--r--src/controllers/HistoryController.php2
-rw-r--r--src/controllers/IndexesController.php2
-rw-r--r--src/controllers/InfoController.php2
-rw-r--r--src/controllers/IntroController.php2
-rw-r--r--src/controllers/LanguagesController.php2
-rw-r--r--src/controllers/LoginController.php2
-rw-r--r--src/controllers/MaterializedviewpropertiesController.php2
-rw-r--r--src/controllers/MaterializedviewsController.php2
-rw-r--r--src/controllers/OpclassesController.php2
-rw-r--r--src/controllers/OperatorsController.php2
-rw-r--r--src/controllers/PrivilegesController.php2
-rw-r--r--src/controllers/RolesController.php2
-rw-r--r--src/controllers/RulesController.php2
-rw-r--r--src/controllers/SchemasController.php2
-rw-r--r--src/controllers/SequencesController.php2
-rw-r--r--src/controllers/ServersController.php2
-rw-r--r--src/controllers/SqlController.php2
-rw-r--r--src/controllers/SqleditController.php2
-rw-r--r--src/controllers/TablesController.php2
-rw-r--r--src/controllers/TablespacesController.php2
-rw-r--r--src/controllers/TblpropertiesController.php2
-rw-r--r--src/controllers/TreeController.php2
-rw-r--r--src/controllers/TriggersController.php2
-rw-r--r--src/controllers/TypesController.php2
-rw-r--r--src/controllers/UsersController.php2
-rw-r--r--src/controllers/ViewpropertiesController.php2
-rw-r--r--src/controllers/ViewsController.php2
-rw-r--r--src/database/ADOdbBase.php2
-rw-r--r--src/database/Connection.php2
-rw-r--r--src/database/Postgres.php2
-rw-r--r--src/database/Postgres10.php2
-rw-r--r--src/database/Postgres11.php2
-rw-r--r--src/database/Postgres12.php2
-rw-r--r--src/database/Postgres13.php2
-rw-r--r--src/database/Postgres74.php2
-rw-r--r--src/database/Postgres80.php2
-rw-r--r--src/database/Postgres81.php2
-rw-r--r--src/database/Postgres82.php2
-rw-r--r--src/database/Postgres83.php2
-rw-r--r--src/database/Postgres84.php2
-rw-r--r--src/database/Postgres90.php2
-rw-r--r--src/database/Postgres91.php2
-rw-r--r--src/database/Postgres92.php2
-rw-r--r--src/database/Postgres93.php2
-rw-r--r--src/database/Postgres94.php2
-rw-r--r--src/database/Postgres95.php2
-rw-r--r--src/database/Postgres96.php2
-rw-r--r--src/database/databasetraits/AggregateTrait.php2
-rw-r--r--src/database/databasetraits/ColumnTrait.php2
-rw-r--r--src/database/databasetraits/DatabaseTrait.php2
-rw-r--r--src/database/databasetraits/DomainTrait.php2
-rw-r--r--src/database/databasetraits/FtsTrait.php2
-rw-r--r--src/database/databasetraits/FunctionTrait.php2
-rw-r--r--src/database/databasetraits/HasTrait.php2
-rw-r--r--src/database/databasetraits/IndexTrait.php2
-rw-r--r--src/database/databasetraits/OperatorTrait.php2
-rw-r--r--src/database/databasetraits/PrivilegesTrait.php2
-rw-r--r--src/database/databasetraits/RoleTrait.php2
-rw-r--r--src/database/databasetraits/RowTrait.php2
-rw-r--r--src/database/databasetraits/SchemaTrait.php2
-rw-r--r--src/database/databasetraits/SequenceTrait.php2
-rw-r--r--src/database/databasetraits/StatsTrait.php2
-rw-r--r--src/database/databasetraits/TableTrait.php2
-rw-r--r--src/database/databasetraits/TablespaceTrait.php2
-rw-r--r--src/database/databasetraits/TriggerTrait.php2
-rw-r--r--src/database/databasetraits/TypeTrait.php2
-rw-r--r--src/database/databasetraits/ViewTrait.php2
-rw-r--r--src/decorators/ActionUrlDecorator.php2
-rw-r--r--src/decorators/ArrayMergeDecorator.php2
-rw-r--r--src/decorators/BranchUrlDecorator.php2
-rw-r--r--src/decorators/CallbackDecorator.php2
-rw-r--r--src/decorators/ConcatDecorator.php2
-rw-r--r--src/decorators/Decorator.php2
-rw-r--r--src/decorators/FieldDecorator.php2
-rw-r--r--src/decorators/IfEmptyDecorator.php2
-rw-r--r--src/decorators/RedirectUrlDecorator.php2
-rw-r--r--src/decorators/ReplaceDecorator.php2
-rw-r--r--src/decorators/UrlDecorator.php2
-rw-r--r--src/help/PostgresDoc10.php2
-rw-r--r--src/help/PostgresDoc11.php2
-rw-r--r--src/help/PostgresDoc12.php2
-rw-r--r--src/help/PostgresDoc74.php2
-rw-r--r--src/help/PostgresDoc80.php2
-rw-r--r--src/help/PostgresDoc81.php2
-rw-r--r--src/help/PostgresDoc82.php2
-rw-r--r--src/help/PostgresDoc83.php2
-rw-r--r--src/help/PostgresDoc84.php2
-rw-r--r--src/help/PostgresDoc90.php2
-rw-r--r--src/help/PostgresDoc91.php2
-rw-r--r--src/help/PostgresDoc92.php2
-rw-r--r--src/help/PostgresDoc93.php2
-rw-r--r--src/help/PostgresDoc94.php2
-rw-r--r--src/help/PostgresDoc95.php2
-rw-r--r--src/help/PostgresDoc96.php2
-rw-r--r--src/lib.inc.php2
-rw-r--r--src/middleware/Middleware.php2
-rw-r--r--src/middleware/PopulateRequestResponse.php2
-rw-r--r--src/router.php2
-rw-r--r--src/traits/AdminTrait.php2
-rw-r--r--src/traits/ExportTrait.php2
-rw-r--r--src/traits/FormTrait.php2
-rw-r--r--src/traits/HelperTrait.php2
-rw-r--r--src/traits/InsertEditRowTrait.php2
-rw-r--r--src/traits/MiscTrait.php2
-rw-r--r--src/traits/ServersTrait.php2
-rw-r--r--src/traits/ViewsMatViewsPropertiesTrait.php2
-rw-r--r--src/traits/ViewsMatviewsTrait.php2
-rw-r--r--src/translations/Afrikaans.php2
-rw-r--r--src/translations/Arabic.php2
-rw-r--r--src/translations/Catalan.php2
-rw-r--r--src/translations/ChineseSim.php2
-rw-r--r--src/translations/ChineseTr.php2
-rw-r--r--src/translations/ChineseUtf8ZhCn.php2
-rw-r--r--src/translations/ChineseUtf8ZhTw.php2
-rw-r--r--src/translations/Czech.php2
-rw-r--r--src/translations/Danish.php2
-rw-r--r--src/translations/Dutch.php2
-rw-r--r--src/translations/English.php2
-rw-r--r--src/translations/French.php2
-rw-r--r--src/translations/Galician.php2
-rw-r--r--src/translations/German.php2
-rw-r--r--src/translations/Greek.php2
-rw-r--r--src/translations/Hebrew.php2
-rw-r--r--src/translations/Hungarian.php2
-rw-r--r--src/translations/Italian.php2
-rw-r--r--src/translations/Japanese.php2
-rw-r--r--src/translations/Lithuanian.php2
-rw-r--r--src/translations/Mongol.php2
-rw-r--r--src/translations/Polish.php2
-rw-r--r--src/translations/PortugueseBr.php2
-rw-r--r--src/translations/PortuguesePt.php2
-rw-r--r--src/translations/Romanian.php2
-rw-r--r--src/translations/Russian.php2
-rw-r--r--src/translations/RussianUtf8.php2
-rw-r--r--src/translations/Slovak.php2
-rw-r--r--src/translations/Spanish.php2
-rw-r--r--src/translations/Swedish.php2
-rw-r--r--src/translations/Turkish.php2
-rw-r--r--src/translations/Ukrainian.php2
-rw-r--r--src/xhtml/HTMLController.php2
-rw-r--r--src/xhtml/HTMLFooterController.php2
-rw-r--r--src/xhtml/HTMLHeaderController.php2
-rw-r--r--src/xhtml/HTMLNavbarController.php2
-rw-r--r--src/xhtml/HTMLTableController.php2
-rw-r--r--src/xhtml/XHtmlButton.php2
-rw-r--r--src/xhtml/XHtmlElement.php2
-rw-r--r--src/xhtml/XHtmlOption.php2
-rw-r--r--src/xhtml/XHtmlSelect.php2
-rw-r--r--src/xhtml/XHtmlSimpleElement.php2
-rw-r--r--tests/_support/AcceptanceTester.php5
-rw-r--r--tests/_support/FunctionalTester.php5
-rw-r--r--tests/_support/Helper/Acceptance.php2
-rw-r--r--tests/_support/Helper/Functional.php2
-rw-r--r--tests/_support/Helper/Unit.php2
-rw-r--r--tests/_support/UnitTester.php5
-rw-r--r--tests/_support/_generated/UnitTesterActions.php2
-rw-r--r--tests/unit/DataEntitiesTest.php10
-rw-r--r--tests/unit/PublicSectionsTest.php8
-rw-r--r--tests/unit/TablesAndViewsTest.php8
-rw-r--r--tests/unit/UserEntitiesTest.php8
-rw-r--r--tests/unit/ViewTest.php10
-rw-r--r--tests/views/acinsert.php7
-rw-r--r--tests/views/aggregates.php2
-rw-r--r--tests/views/alldb.php2
-rw-r--r--tests/views/browser.php7
-rw-r--r--tests/views/casts.php2
-rw-r--r--tests/views/colproperties.php2
-rw-r--r--tests/views/constraints.php2
-rw-r--r--tests/views/conversions.php2
-rw-r--r--tests/views/database.php2
-rw-r--r--tests/views/dataexport.php7
-rw-r--r--tests/views/dataimport.php7
-rw-r--r--tests/views/dbexport.php7
-rw-r--r--tests/views/display.php2
-rw-r--r--tests/views/domains.php2
-rw-r--r--tests/views/fulltext.php2
-rw-r--r--tests/views/functions.php2
-rw-r--r--tests/views/groups.php2
-rw-r--r--tests/views/help.php2
-rw-r--r--tests/views/history.php2
-rw-r--r--tests/views/indexes.php2
-rw-r--r--tests/views/info.php2
-rw-r--r--tests/views/intro.php7
-rw-r--r--tests/views/languages.php2
-rw-r--r--tests/views/login.php7
-rw-r--r--tests/views/materializedviewproperties.php2
-rw-r--r--tests/views/materializedviews.php2
-rw-r--r--tests/views/opclasses.php2
-rw-r--r--tests/views/operators.php2
-rw-r--r--tests/views/privileges.php7
-rw-r--r--tests/views/roles.php2
-rw-r--r--tests/views/rules.php2
-rw-r--r--tests/views/schemas.php2
-rw-r--r--tests/views/sequences.php2
-rw-r--r--tests/views/servers.php7
-rw-r--r--tests/views/sql.php2
-rw-r--r--tests/views/sqledit.php2
-rw-r--r--tests/views/tables.php7
-rw-r--r--tests/views/tablespaces.php2
-rw-r--r--tests/views/tblproperties.php2
-rw-r--r--tests/views/triggers.php2
-rw-r--r--tests/views/types.php2
-rw-r--r--tests/views/users.php2
-rw-r--r--tests/views/viewproperties.php2
-rw-r--r--tests/views/views.php2
235 files changed, 356 insertions, 267 deletions
diff --git a/.php_cs b/.php_cs
index 8ff8e653..6ed943a5 100644
--- a/.php_cs
+++ b/.php_cs
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
use Ergebnis\PhpCsFixer\Config;
diff --git a/composer.json b/composer.json
index 5a5062c9..efa23e3c 100644
--- a/composer.json
+++ b/composer.json
@@ -38,7 +38,7 @@
"vimeo/psalm": "^3.9"
},
"extra": {
- "version": "v6.0.0-RC9"
+ "version": "6.0.0"
},
"autoload": {
"psr-4": {
diff --git a/composer.lock b/composer.lock
index 12c4800b..45dc9e0b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "a6fd894c8c404893fbc729fb3c928850",
+ "content-hash": "a9c8bd6594d2cc3e077c341395bdd5c2",
"packages": [
{
"name": "adodb/adodb-php",
@@ -5193,7 +5193,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
- "prefer-stable": false,
+ "prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=7.1",
diff --git a/index.php b/index.php
index 87f9879f..d4894d59 100644
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// This section is made to be able to parse requests coming from PHP Builtin webserver
diff --git a/src/classes/ADORecordSet.php b/src/classes/ADORecordSet.php
index 2adf2d29..05ed7b75 100644
--- a/src/classes/ADORecordSet.php
+++ b/src/classes/ADORecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADOdbException.php b/src/classes/ADOdbException.php
index 1460275b..59456343 100644
--- a/src/classes/ADOdbException.php
+++ b/src/classes/ADOdbException.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ArrayRecordSet.php b/src/classes/ArrayRecordSet.php
index 3588920e..692d8236 100644
--- a/src/classes/ArrayRecordSet.php
+++ b/src/classes/ArrayRecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ContainerUtils.php b/src/classes/ContainerUtils.php
index 1e8decbf..a8a4d531 100644
--- a/src/classes/ContainerUtils.php
+++ b/src/classes/ContainerUtils.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Misc.php b/src/classes/Misc.php
index fff968c3..e6a17619 100644
--- a/src/classes/Misc.php
+++ b/src/classes/Misc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
@@ -88,10 +88,10 @@ class Misc
$this->appLangFiles = $container->get('appLangFiles');
- $this->appName = $container->get('settings')['appName'];
- $this->appVersion = $container->get('settings')['appVersion'];
+ $this->appName = $container->get('settings')['appName'];
+ $this->appVersion = $container->get('settings')['appVersion'];
$this->postgresqlMinVer = $container->get('settings')['postgresqlMinVer'];
- $this->phpMinVer = $container->get('settings')['phpMinVer'];
+ $this->phpMinVer = $container->get('settings')['phpMinVer'];
$base_version = $container->get('settings')['base_version'];
@@ -174,7 +174,7 @@ class Misc
$request_server = $this->serverToSha();
if (1 === \count($this->conf['servers'])) {
- $info = $this->conf['servers'][0];
+ $info = $this->conf['servers'][0];
$this->_server_id = \sha1($info['host'] . ':' . $info['port'] . ':' . $info['sslmode']);
} elseif (null !== $request_server) {
$this->_server_id = $request_server;
@@ -281,7 +281,7 @@ class Misc
*
* @return null|\PHPPgAdmin\Database\ADOdbBase the database accessor instance
*/
- public function getDatabaseAccessor($database = '', $server_id = null): ? \PHPPgAdmin\Database\ADOdbBase
+ public function getDatabaseAccessor($database = '', $server_id = null): ?\PHPPgAdmin\Database\ADOdbBase
{
$lang = $this->lang;
@@ -332,7 +332,7 @@ class Misc
// Create a database wrapper class for easy manipulation of the
// connection.
- $this->_data = new $_type($_connection->conn, $this->container, $server_info);
+ $this->_data = new $_type($_connection->conn, $this->container, $server_info);
$this->_data->platform = $_connection->platform;
//$this->_data->getHelpPages();
@@ -370,7 +370,7 @@ class Misc
if (null !== $server_id) {
$this->_server_id = $server_id;
}
- $server_info = $this->getServerInfo($this->_server_id);
+ $server_info = $this->getServerInfo($this->_server_id);
$database_to_use = $this->getDatabase($database);
// Perform extra security checks if this config option is set
@@ -378,9 +378,9 @@ class Misc
// Disallowed logins if extra_login_security is enabled.
// These must be lowercase.
$bad_usernames = [
- 'pgsql' => 'pgsql',
- 'postgres' => 'postgres',
- 'root' => 'root',
+ 'pgsql' => 'pgsql',
+ 'postgres' => 'postgres',
+ 'root' => 'root',
'administrator' => 'administrator',
];
@@ -442,7 +442,7 @@ class Misc
// Otherwise, look for it in the conf file
foreach ($this->conf['servers'] as $idx => $info) {
$server_string = $info['host'] . ':' . $info['port'] . ':' . $info['sslmode'];
- $server_sha = \sha1($server_string);
+ $server_sha = \sha1($server_string);
if ($this->_server_id === $server_string ||
$this->_server_id === $server_sha
@@ -483,7 +483,7 @@ class Misc
* @param mixed $value the new value, or null to unset the parameter
* @param null|string $server_id the server identifier, or null for current server
*/
- public function setServerInfo($key, $value, $server_id = null) : void
+ public function setServerInfo($key, $value, $server_id = null): void
{
if (null === $server_id) {
$server_id = $this->container->requestobj->getParam('server');
@@ -594,9 +594,9 @@ class Misc
{
$href = [];
- $server = $this->container->server || isset($_REQUEST['server']) ? $_REQUEST['server'] : null;
+ $server = $this->container->server || isset($_REQUEST['server']) ? $_REQUEST['server'] : null;
$database = $this->container->database || isset($_REQUEST['database']) ? $_REQUEST['database'] : null;
- $schema = $this->container->schema || isset($_REQUEST['schema']) ? $_REQUEST['schema'] : null;
+ $schema = $this->container->schema || isset($_REQUEST['schema']) ? $_REQUEST['schema'] : null;
if ($server && 'server' !== $exclude_from) {
$href[] = 'server=' . \urlencode($server);
@@ -665,7 +665,7 @@ class Misc
return false;
}
- $nSize = (float) $a_IniParts[1];
+ $nSize = (float) $a_IniParts[1];
$strUnit = \mb_strtolower($a_IniParts[2]);
switch ($strUnit) {
@@ -709,7 +709,7 @@ class Misc
*
* @return null|string The escaped string
*/
- public function escapeShellArg($str): ? string
+ public function escapeShellArg($str): ?string
{
//$data = $this->getDatabaseAccessor();
$lang = $this->lang;
@@ -754,18 +754,18 @@ class Misc
*
* @param string $script the SQL script to save
*/
- public function saveScriptHistory($script) : void
+ public function saveScriptHistory($script): void
{
[$usec, $sec] = \explode(' ', \microtime());
- $time = ((float) $usec + (float) $sec);
+ $time = ((float) $usec + (float) $sec);
- $server = $this->container->server ? $this->container->server : $_REQUEST['server'];
+ $server = $this->container->server ? $this->container->server : $_REQUEST['server'];
$database = $this->container->database ? $this->container->database : $_REQUEST['database'];
$_SESSION['history'][$server][$database]["{$time}"] = [
- 'query' => $script,
+ 'query' => $script,
'paginate' => !isset($_REQUEST['paginate']) ? 'f' : 't',
- 'queryid' => $time,
+ 'queryid' => $time,
];
}
}
diff --git a/src/classes/Translations.php b/src/classes/Translations.php
index 9bfa6060..31f85441 100644
--- a/src/classes/Translations.php
+++ b/src/classes/Translations.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ViewManager.php b/src/classes/ViewManager.php
index ee511d47..8c96da42 100644
--- a/src/classes/ViewManager.php
+++ b/src/classes/ViewManager.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
@@ -92,10 +92,10 @@ class ViewManager extends \Slim\Views\Twig
$this->conf = $c->get('conf');
$this->misc = $c->get('misc');
parent::__construct($path, $settings);
- $this->container = $c;
- $environment = $c->get('environment');
+ $this->container = $c;
+ $environment = $c->get('environment');
$base_script_trailing_str = \mb_substr($environment['SCRIPT_NAME'], 1);
- $request_basepath = $c['request']->getUri()->getBasePath();
+ $request_basepath = $c['request']->getUri()->getBasePath();
// Instantiate and add Slim specific extension
$basePath = \rtrim(\str_ireplace($base_script_trailing_str, '', $request_basepath), '/');
@@ -115,7 +115,7 @@ class ViewManager extends \Slim\Views\Twig
if (null !== $_theme && isset($_SESSION)) {
/* save the selected theme in cookie for a year */
- @\setcookie('ppaTheme', $_theme, \time() + 31536000, '/');
+ \setcookie('ppaTheme', $_theme, \time() + 31536000, '/');
$_SESSION['ppaTheme'] = $_theme;
$this->misc->setConf('theme', $_theme);
}
@@ -128,14 +128,14 @@ class ViewManager extends \Slim\Views\Twig
$in_test = $this->offsetGet('in_test');
if ('1' === $in_test) {
- $className = '\PHPPgAdmin\Controller\\' . \ucfirst($subject) . 'Controller';
+ $className = '\PHPPgAdmin\Controller\\' . \ucfirst($subject) . 'Controller';
$controller = new $className($c);
return $controller->render();
}
$viewVars = [
- 'url' => '/src/views/' . $subject . ($query_string ? '?' . $query_string : ''),
+ 'url' => '/src/views/' . $subject . ($query_string ? '?' . $query_string : ''),
'headertemplate' => 'header.twig',
];
@@ -270,8 +270,8 @@ class ViewManager extends \Slim\Views\Twig
return '';
}
- $theme = $this->conf['theme'];
- $path = 'assets/images/themes';
+ $theme = $this->conf['theme'];
+ $path = 'assets/images/themes';
$default_icon = \sprintf('%s/%s/default/DisconnectedServer.png', self::SUBFOLDER, $path);
if (\is_readable(\sprintf('%s/%s/%s/%s.png', self::BASE_PATH, $path, $theme, $icon))) {
diff --git a/src/controllers/AcinsertController.php b/src/controllers/AcinsertController.php
index b831f721..3b83d533 100644
--- a/src/controllers/AcinsertController.php
+++ b/src/controllers/AcinsertController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index c62b6e05..cc89bf1a 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index 495b684f..5aae9e69 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index 3088e146..8a03ea5a 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index 534e8575..c978b76b 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/CastsController.php b/src/controllers/CastsController.php
index 6985e305..394d31d5 100644
--- a/src/controllers/CastsController.php
+++ b/src/controllers/CastsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ColpropertiesController.php b/src/controllers/ColpropertiesController.php
index a01950b7..e7bb059a 100644
--- a/src/controllers/ColpropertiesController.php
+++ b/src/controllers/ColpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConstraintsController.php b/src/controllers/ConstraintsController.php
index 36ef079e..edbbaf4a 100644
--- a/src/controllers/ConstraintsController.php
+++ b/src/controllers/ConstraintsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConversionsController.php b/src/controllers/ConversionsController.php
index 925f4f8a..5eff234d 100644
--- a/src/controllers/ConversionsController.php
+++ b/src/controllers/ConversionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DatabaseController.php b/src/controllers/DatabaseController.php
index fb09a853..0f61acf9 100644
--- a/src/controllers/DatabaseController.php
+++ b/src/controllers/DatabaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataexportController.php b/src/controllers/DataexportController.php
index 848f2ba5..93f40eaf 100644
--- a/src/controllers/DataexportController.php
+++ b/src/controllers/DataexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index 92db0928..29ea6a8f 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DbexportController.php b/src/controllers/DbexportController.php
index 332121e0..3e095a1e 100644
--- a/src/controllers/DbexportController.php
+++ b/src/controllers/DbexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DisplayController.php b/src/controllers/DisplayController.php
index 33831e7d..d8b6ec6f 100644
--- a/src/controllers/DisplayController.php
+++ b/src/controllers/DisplayController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DomainsController.php b/src/controllers/DomainsController.php
index e883ec5a..0dc7e8f2 100644
--- a/src/controllers/DomainsController.php
+++ b/src/controllers/DomainsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index c041679a..157f98bb 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FunctionsController.php b/src/controllers/FunctionsController.php
index 66b2cbb5..891ad444 100644
--- a/src/controllers/FunctionsController.php
+++ b/src/controllers/FunctionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/GroupsController.php b/src/controllers/GroupsController.php
index f5364b82..b389aece 100644
--- a/src/controllers/GroupsController.php
+++ b/src/controllers/GroupsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HelpController.php b/src/controllers/HelpController.php
index b9e9993b..347d4a3b 100644
--- a/src/controllers/HelpController.php
+++ b/src/controllers/HelpController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HistoryController.php b/src/controllers/HistoryController.php
index c8508224..6935b27f 100644
--- a/src/controllers/HistoryController.php
+++ b/src/controllers/HistoryController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index bd49aaa6..2b4aa54c 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 09ac1189..76031643 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index b588e8ad..c10231f7 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index f252be44..f694cdc2 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LoginController.php b/src/controllers/LoginController.php
index df4395f2..9fd9705c 100644
--- a/src/controllers/LoginController.php
+++ b/src/controllers/LoginController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewpropertiesController.php b/src/controllers/MaterializedviewpropertiesController.php
index a0497873..c55a18ab 100644
--- a/src/controllers/MaterializedviewpropertiesController.php
+++ b/src/controllers/MaterializedviewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewsController.php b/src/controllers/MaterializedviewsController.php
index 7f30794d..f63c231f 100644
--- a/src/controllers/MaterializedviewsController.php
+++ b/src/controllers/MaterializedviewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OpclassesController.php b/src/controllers/OpclassesController.php
index 84af5ec8..9b4ba99a 100644
--- a/src/controllers/OpclassesController.php
+++ b/src/controllers/OpclassesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index 5a78e4b3..ab5a546f 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index 4cddf70c..8ae7814d 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RolesController.php b/src/controllers/RolesController.php
index 163fae0a..583a2e91 100644
--- a/src/controllers/RolesController.php
+++ b/src/controllers/RolesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RulesController.php b/src/controllers/RulesController.php
index 7acd28ba..c1f21758 100644
--- a/src/controllers/RulesController.php
+++ b/src/controllers/RulesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index 04e3a915..dd3a45a6 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SequencesController.php b/src/controllers/SequencesController.php
index 4a2e7600..e6b48773 100644
--- a/src/controllers/SequencesController.php
+++ b/src/controllers/SequencesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index 711c98c2..ade0da25 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index 2bae27d2..59168e44 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index 9fadcd74..9b4b2085 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablesController.php b/src/controllers/TablesController.php
index 60dd88c3..247bd238 100644
--- a/src/controllers/TablesController.php
+++ b/src/controllers/TablesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablespacesController.php b/src/controllers/TablespacesController.php
index 25d48814..c1721492 100644
--- a/src/controllers/TablespacesController.php
+++ b/src/controllers/TablespacesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TblpropertiesController.php b/src/controllers/TblpropertiesController.php
index 64002e11..9a8ca6ae 100644
--- a/src/controllers/TblpropertiesController.php
+++ b/src/controllers/TblpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TreeController.php b/src/controllers/TreeController.php
index 2271e3fb..4d55ce57 100644
--- a/src/controllers/TreeController.php
+++ b/src/controllers/TreeController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TriggersController.php b/src/controllers/TriggersController.php
index a006143e..9a9c3145 100644
--- a/src/controllers/TriggersController.php
+++ b/src/controllers/TriggersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TypesController.php b/src/controllers/TypesController.php
index 5a75830f..43ddda75 100644
--- a/src/controllers/TypesController.php
+++ b/src/controllers/TypesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/UsersController.php b/src/controllers/UsersController.php
index aff9132b..5ce1db89 100644
--- a/src/controllers/UsersController.php
+++ b/src/controllers/UsersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index b2646444..d0ce462a 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index 082f1051..c658f858 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/database/ADOdbBase.php b/src/database/ADOdbBase.php
index 28b574e9..33f180fa 100644
--- a/src/database/ADOdbBase.php
+++ b/src/database/ADOdbBase.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Connection.php b/src/database/Connection.php
index 7c32b833..8c4917eb 100644
--- a/src/database/Connection.php
+++ b/src/database/Connection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres.php b/src/database/Postgres.php
index f31966d8..c5c3c1a8 100644
--- a/src/database/Postgres.php
+++ b/src/database/Postgres.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index 211cdf50..880271ed 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres11.php b/src/database/Postgres11.php
index f7c65455..9d6ac895 100644
--- a/src/database/Postgres11.php
+++ b/src/database/Postgres11.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres12.php b/src/database/Postgres12.php
index 057ff825..90e79f92 100644
--- a/src/database/Postgres12.php
+++ b/src/database/Postgres12.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres13.php b/src/database/Postgres13.php
index 46622aab..d3528398 100644
--- a/src/database/Postgres13.php
+++ b/src/database/Postgres13.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres74.php b/src/database/Postgres74.php
index c8854d7a..c6df56bd 100644
--- a/src/database/Postgres74.php
+++ b/src/database/Postgres74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres80.php b/src/database/Postgres80.php
index f6d9caaa..20dbf5df 100644
--- a/src/database/Postgres80.php
+++ b/src/database/Postgres80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres81.php b/src/database/Postgres81.php
index d3282f65..c17de74e 100644
--- a/src/database/Postgres81.php
+++ b/src/database/Postgres81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres82.php b/src/database/Postgres82.php
index ddd3cc99..679a04c8 100644
--- a/src/database/Postgres82.php
+++ b/src/database/Postgres82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres83.php b/src/database/Postgres83.php
index 69be274e..583744da 100644
--- a/src/database/Postgres83.php
+++ b/src/database/Postgres83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres84.php b/src/database/Postgres84.php
index 3d9a4ad8..d75a3f2c 100644
--- a/src/database/Postgres84.php
+++ b/src/database/Postgres84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres90.php b/src/database/Postgres90.php
index 9c6a30d9..6315aa6e 100644
--- a/src/database/Postgres90.php
+++ b/src/database/Postgres90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres91.php b/src/database/Postgres91.php
index 322dd7ca..4b63b6d2 100644
--- a/src/database/Postgres91.php
+++ b/src/database/Postgres91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index d4013e78..34180cef 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index 82f54224..1c41a53c 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres94.php b/src/database/Postgres94.php
index 444e172b..7fe10201 100644
--- a/src/database/Postgres94.php
+++ b/src/database/Postgres94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index 70fa330b..d6f1f93b 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres96.php b/src/database/Postgres96.php
index 5230f8bc..b26589fb 100644
--- a/src/database/Postgres96.php
+++ b/src/database/Postgres96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/databasetraits/AggregateTrait.php b/src/database/databasetraits/AggregateTrait.php
index 7883f1df..55fd82f8 100644
--- a/src/database/databasetraits/AggregateTrait.php
+++ b/src/database/databasetraits/AggregateTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ColumnTrait.php b/src/database/databasetraits/ColumnTrait.php
index 2ba5aa57..8e6687cb 100644
--- a/src/database/databasetraits/ColumnTrait.php
+++ b/src/database/databasetraits/ColumnTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DatabaseTrait.php b/src/database/databasetraits/DatabaseTrait.php
index 1284fa50..10d60e4b 100644
--- a/src/database/databasetraits/DatabaseTrait.php
+++ b/src/database/databasetraits/DatabaseTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DomainTrait.php b/src/database/databasetraits/DomainTrait.php
index 9c29c536..9c9568cf 100644
--- a/src/database/databasetraits/DomainTrait.php
+++ b/src/database/databasetraits/DomainTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FtsTrait.php b/src/database/databasetraits/FtsTrait.php
index 70961d70..3034b623 100644
--- a/src/database/databasetraits/FtsTrait.php
+++ b/src/database/databasetraits/FtsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FunctionTrait.php b/src/database/databasetraits/FunctionTrait.php
index 0719b188..bdb574c2 100644
--- a/src/database/databasetraits/FunctionTrait.php
+++ b/src/database/databasetraits/FunctionTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/HasTrait.php b/src/database/databasetraits/HasTrait.php
index ab72e8c2..aabaa1e9 100644
--- a/src/database/databasetraits/HasTrait.php
+++ b/src/database/databasetraits/HasTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/IndexTrait.php b/src/database/databasetraits/IndexTrait.php
index 2ddb35ec..800c0834 100644
--- a/src/database/databasetraits/IndexTrait.php
+++ b/src/database/databasetraits/IndexTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/OperatorTrait.php b/src/database/databasetraits/OperatorTrait.php
index 83de94aa..72193eb7 100644
--- a/src/database/databasetraits/OperatorTrait.php
+++ b/src/database/databasetraits/OperatorTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/PrivilegesTrait.php b/src/database/databasetraits/PrivilegesTrait.php
index 97f422d4..64809813 100644
--- a/src/database/databasetraits/PrivilegesTrait.php
+++ b/src/database/databasetraits/PrivilegesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RoleTrait.php b/src/database/databasetraits/RoleTrait.php
index 0019b330..8804b7df 100644
--- a/src/database/databasetraits/RoleTrait.php
+++ b/src/database/databasetraits/RoleTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RowTrait.php b/src/database/databasetraits/RowTrait.php
index 8a9d7604..a657f796 100644
--- a/src/database/databasetraits/RowTrait.php
+++ b/src/database/databasetraits/RowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SchemaTrait.php b/src/database/databasetraits/SchemaTrait.php
index fab2463e..2111f75f 100644
--- a/src/database/databasetraits/SchemaTrait.php
+++ b/src/database/databasetraits/SchemaTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SequenceTrait.php b/src/database/databasetraits/SequenceTrait.php
index db0d77f0..644337ef 100644
--- a/src/database/databasetraits/SequenceTrait.php
+++ b/src/database/databasetraits/SequenceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/StatsTrait.php b/src/database/databasetraits/StatsTrait.php
index c6a88da0..deb7edaa 100644
--- a/src/database/databasetraits/StatsTrait.php
+++ b/src/database/databasetraits/StatsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TableTrait.php b/src/database/databasetraits/TableTrait.php
index ebe6e3f3..8cbda72f 100644
--- a/src/database/databasetraits/TableTrait.php
+++ b/src/database/databasetraits/TableTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TablespaceTrait.php b/src/database/databasetraits/TablespaceTrait.php
index 01712555..a08f99dd 100644
--- a/src/database/databasetraits/TablespaceTrait.php
+++ b/src/database/databasetraits/TablespaceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TriggerTrait.php b/src/database/databasetraits/TriggerTrait.php
index aa416e4c..2547d392 100644
--- a/src/database/databasetraits/TriggerTrait.php
+++ b/src/database/databasetraits/TriggerTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TypeTrait.php b/src/database/databasetraits/TypeTrait.php
index 251fe0ea..f3573e78 100644
--- a/src/database/databasetraits/TypeTrait.php
+++ b/src/database/databasetraits/TypeTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ViewTrait.php b/src/database/databasetraits/ViewTrait.php
index 2bde6048..b1be08d0 100644
--- a/src/database/databasetraits/ViewTrait.php
+++ b/src/database/databasetraits/ViewTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index ca20169a..31c1e3e2 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index bbea0905..6ad23706 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index d12eef98..869162f1 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/CallbackDecorator.php b/src/decorators/CallbackDecorator.php
index 30f441fe..57b4b3e4 100644
--- a/src/decorators/CallbackDecorator.php
+++ b/src/decorators/CallbackDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index 066fd25b..b2e720fb 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index a7219e3b..73e9324c 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/FieldDecorator.php b/src/decorators/FieldDecorator.php
index ed72ba16..5d45ec75 100644
--- a/src/decorators/FieldDecorator.php
+++ b/src/decorators/FieldDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/IfEmptyDecorator.php b/src/decorators/IfEmptyDecorator.php
index 78c3a484..88ac5e03 100644
--- a/src/decorators/IfEmptyDecorator.php
+++ b/src/decorators/IfEmptyDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/RedirectUrlDecorator.php b/src/decorators/RedirectUrlDecorator.php
index b575233e..90921e0b 100644
--- a/src/decorators/RedirectUrlDecorator.php
+++ b/src/decorators/RedirectUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index 41d4e07c..86711fba 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/UrlDecorator.php b/src/decorators/UrlDecorator.php
index cd6a647f..1a7d76ed 100644
--- a/src/decorators/UrlDecorator.php
+++ b/src/decorators/UrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/help/PostgresDoc10.php b/src/help/PostgresDoc10.php
index 87993f8c..47fcf9cd 100644
--- a/src/help/PostgresDoc10.php
+++ b/src/help/PostgresDoc10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc11.php b/src/help/PostgresDoc11.php
index 3086f18c..103f3ed9 100644
--- a/src/help/PostgresDoc11.php
+++ b/src/help/PostgresDoc11.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc12.php b/src/help/PostgresDoc12.php
index 92c03ed7..0d360c70 100644
--- a/src/help/PostgresDoc12.php
+++ b/src/help/PostgresDoc12.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc74.php b/src/help/PostgresDoc74.php
index aa42f638..b606df36 100644
--- a/src/help/PostgresDoc74.php
+++ b/src/help/PostgresDoc74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc80.php b/src/help/PostgresDoc80.php
index 193fcf1e..cbf7f87f 100644
--- a/src/help/PostgresDoc80.php
+++ b/src/help/PostgresDoc80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc81.php b/src/help/PostgresDoc81.php
index 0a899f8d..b5fe8916 100644
--- a/src/help/PostgresDoc81.php
+++ b/src/help/PostgresDoc81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc82.php b/src/help/PostgresDoc82.php
index 15cb62e6..b5abc90a 100644
--- a/src/help/PostgresDoc82.php
+++ b/src/help/PostgresDoc82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc83.php b/src/help/PostgresDoc83.php
index 1bd967c8..1a931bcf 100644
--- a/src/help/PostgresDoc83.php
+++ b/src/help/PostgresDoc83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc84.php b/src/help/PostgresDoc84.php
index 5fb1482e..a9ece52b 100644
--- a/src/help/PostgresDoc84.php
+++ b/src/help/PostgresDoc84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc90.php b/src/help/PostgresDoc90.php
index 88b03e14..ad1419a0 100644
--- a/src/help/PostgresDoc90.php
+++ b/src/help/PostgresDoc90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc91.php b/src/help/PostgresDoc91.php
index bdec28eb..0b824106 100644
--- a/src/help/PostgresDoc91.php
+++ b/src/help/PostgresDoc91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index 9c6d76ce..b0ba548d 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc93.php b/src/help/PostgresDoc93.php
index 9b17f36c..8fef2fdb 100644
--- a/src/help/PostgresDoc93.php
+++ b/src/help/PostgresDoc93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc94.php b/src/help/PostgresDoc94.php
index c73716e8..d1e8b024 100644
--- a/src/help/PostgresDoc94.php
+++ b/src/help/PostgresDoc94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc95.php b/src/help/PostgresDoc95.php
index 44bfe3fd..ca816526 100644
--- a/src/help/PostgresDoc95.php
+++ b/src/help/PostgresDoc95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc96.php b/src/help/PostgresDoc96.php
index 6c828a80..f7b7238b 100644
--- a/src/help/PostgresDoc96.php
+++ b/src/help/PostgresDoc96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/lib.inc.php b/src/lib.inc.php
index 6fadf4b4..84adff6b 100644
--- a/src/lib.inc.php
+++ b/src/lib.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
\defined('BASE_PATH') || \define('BASE_PATH', \dirname(__DIR__));
diff --git a/src/middleware/Middleware.php b/src/middleware/Middleware.php
index f3ca7a7c..233132a5 100644
--- a/src/middleware/Middleware.php
+++ b/src/middleware/Middleware.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Middleware;
diff --git a/src/middleware/PopulateRequestResponse.php b/src/middleware/PopulateRequestResponse.php
index 759c7328..8a3828cc 100644
--- a/src/middleware/PopulateRequestResponse.php
+++ b/src/middleware/PopulateRequestResponse.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Middleware;
diff --git a/src/router.php b/src/router.php
index 58d73406..0d87621a 100644
--- a/src/router.php
+++ b/src/router.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
require_once __DIR__ . '/lib.inc.php';
diff --git a/src/traits/AdminTrait.php b/src/traits/AdminTrait.php
index 900416d0..2fc5b033 100644
--- a/src/traits/AdminTrait.php
+++ b/src/traits/AdminTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ExportTrait.php b/src/traits/ExportTrait.php
index 40790a3f..ad8bbb11 100644
--- a/src/traits/ExportTrait.php
+++ b/src/traits/ExportTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/FormTrait.php b/src/traits/FormTrait.php
index e7348697..dfcd12b1 100644
--- a/src/traits/FormTrait.php
+++ b/src/traits/FormTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/HelperTrait.php b/src/traits/HelperTrait.php
index 0c787774..347366d1 100644
--- a/src/traits/HelperTrait.php
+++ b/src/traits/HelperTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/InsertEditRowTrait.php b/src/traits/InsertEditRowTrait.php
index 007cf3b2..a6c2ac2a 100644
--- a/src/traits/InsertEditRowTrait.php
+++ b/src/traits/InsertEditRowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/MiscTrait.php b/src/traits/MiscTrait.php
index 6a722b77..8adb912b 100644
--- a/src/traits/MiscTrait.php
+++ b/src/traits/MiscTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ServersTrait.php b/src/traits/ServersTrait.php
index d2936893..30353bd0 100644
--- a/src/traits/ServersTrait.php
+++ b/src/traits/ServersTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatViewsPropertiesTrait.php b/src/traits/ViewsMatViewsPropertiesTrait.php
index 6bd56806..600c1da5 100644
--- a/src/traits/ViewsMatViewsPropertiesTrait.php
+++ b/src/traits/ViewsMatViewsPropertiesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatviewsTrait.php b/src/traits/ViewsMatviewsTrait.php
index 0bef9dd6..ca93a1d5 100644
--- a/src/traits/ViewsMatviewsTrait.php
+++ b/src/traits/ViewsMatviewsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/translations/Afrikaans.php b/src/translations/Afrikaans.php
index 198a9561..97743ec8 100644
--- a/src/translations/Afrikaans.php
+++ b/src/translations/Afrikaans.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Arabic.php b/src/translations/Arabic.php
index ea55dea6..5451b041 100644
--- a/src/translations/Arabic.php
+++ b/src/translations/Arabic.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Catalan.php b/src/translations/Catalan.php
index 3b3bd415..1af8e393 100644
--- a/src/translations/Catalan.php
+++ b/src/translations/Catalan.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseSim.php b/src/translations/ChineseSim.php
index e63674e4..47c3d69a 100644
--- a/src/translations/ChineseSim.php
+++ b/src/translations/ChineseSim.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseTr.php b/src/translations/ChineseTr.php
index 8e30f62e..afabcc6b 100644
--- a/src/translations/ChineseTr.php
+++ b/src/translations/ChineseTr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhCn.php b/src/translations/ChineseUtf8ZhCn.php
index ed364acd..9635945c 100644
--- a/src/translations/ChineseUtf8ZhCn.php
+++ b/src/translations/ChineseUtf8ZhCn.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhTw.php b/src/translations/ChineseUtf8ZhTw.php
index b153de6f..a0a01a59 100644
--- a/src/translations/ChineseUtf8ZhTw.php
+++ b/src/translations/ChineseUtf8ZhTw.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Czech.php b/src/translations/Czech.php
index 6e5cb81c..800026f7 100644
--- a/src/translations/Czech.php
+++ b/src/translations/Czech.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Danish.php b/src/translations/Danish.php
index 385679af..e555c502 100644
--- a/src/translations/Danish.php
+++ b/src/translations/Danish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Dutch.php b/src/translations/Dutch.php
index 53a34148..80e387fe 100644
--- a/src/translations/Dutch.php
+++ b/src/translations/Dutch.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/English.php b/src/translations/English.php
index 600a31ee..76d11a40 100644
--- a/src/translations/English.php
+++ b/src/translations/English.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/French.php b/src/translations/French.php
index e087d3c3..7e9eeb89 100644
--- a/src/translations/French.php
+++ b/src/translations/French.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Galician.php b/src/translations/Galician.php
index 48e996a0..4315c49a 100644
--- a/src/translations/Galician.php
+++ b/src/translations/Galician.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/German.php b/src/translations/German.php
index 62ec04d2..85b71a04 100644
--- a/src/translations/German.php
+++ b/src/translations/German.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Greek.php b/src/translations/Greek.php
index 53044968..ff641682 100644
--- a/src/translations/Greek.php
+++ b/src/translations/Greek.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hebrew.php b/src/translations/Hebrew.php
index 101626f5..30d9a913 100644
--- a/src/translations/Hebrew.php
+++ b/src/translations/Hebrew.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hungarian.php b/src/translations/Hungarian.php
index b3fa34c2..a5261eb5 100644
--- a/src/translations/Hungarian.php
+++ b/src/translations/Hungarian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Italian.php b/src/translations/Italian.php
index 6512b5d0..c0511697 100644
--- a/src/translations/Italian.php
+++ b/src/translations/Italian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Japanese.php b/src/translations/Japanese.php
index 0c1a6b6a..3656df58 100644
--- a/src/translations/Japanese.php
+++ b/src/translations/Japanese.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Lithuanian.php b/src/translations/Lithuanian.php
index b6709f69..c72156b0 100644
--- a/src/translations/Lithuanian.php
+++ b/src/translations/Lithuanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Mongol.php b/src/translations/Mongol.php
index ce0da047..34548254 100644
--- a/src/translations/Mongol.php
+++ b/src/translations/Mongol.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Polish.php b/src/translations/Polish.php
index 542f8ff1..b1bdda6d 100644
--- a/src/translations/Polish.php
+++ b/src/translations/Polish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortugueseBr.php b/src/translations/PortugueseBr.php
index 6cf01ca3..b2eca20f 100644
--- a/src/translations/PortugueseBr.php
+++ b/src/translations/PortugueseBr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortuguesePt.php b/src/translations/PortuguesePt.php
index 87b68ef5..050a6005 100644
--- a/src/translations/PortuguesePt.php
+++ b/src/translations/PortuguesePt.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Romanian.php b/src/translations/Romanian.php
index cd2e909b..63deb580 100644
--- a/src/translations/Romanian.php
+++ b/src/translations/Romanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Russian.php b/src/translations/Russian.php
index 83ffe94f..d4171e00 100644
--- a/src/translations/Russian.php
+++ b/src/translations/Russian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/RussianUtf8.php b/src/translations/RussianUtf8.php
index 77fcd34d..7ca7d499 100644
--- a/src/translations/RussianUtf8.php
+++ b/src/translations/RussianUtf8.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Slovak.php b/src/translations/Slovak.php
index 78258f9e..7866c7e9 100644
--- a/src/translations/Slovak.php
+++ b/src/translations/Slovak.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Spanish.php b/src/translations/Spanish.php
index 62957f5a..1794af73 100644
--- a/src/translations/Spanish.php
+++ b/src/translations/Spanish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Swedish.php b/src/translations/Swedish.php
index ea8d5594..1f9bd1ea 100644
--- a/src/translations/Swedish.php
+++ b/src/translations/Swedish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Turkish.php b/src/translations/Turkish.php
index 3e5ef8a8..ef1e3a8e 100644
--- a/src/translations/Turkish.php
+++ b/src/translations/Turkish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Ukrainian.php b/src/translations/Ukrainian.php
index ff4955d3..ad6a06cc 100644
--- a/src/translations/Ukrainian.php
+++ b/src/translations/Ukrainian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/xhtml/HTMLController.php b/src/xhtml/HTMLController.php
index 98213422..27e2f3e4 100644
--- a/src/xhtml/HTMLController.php
+++ b/src/xhtml/HTMLController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLFooterController.php b/src/xhtml/HTMLFooterController.php
index 7b4f6781..17ca4695 100644
--- a/src/xhtml/HTMLFooterController.php
+++ b/src/xhtml/HTMLFooterController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLHeaderController.php b/src/xhtml/HTMLHeaderController.php
index 3d03a8e7..95f18206 100644
--- a/src/xhtml/HTMLHeaderController.php
+++ b/src/xhtml/HTMLHeaderController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLNavbarController.php b/src/xhtml/HTMLNavbarController.php
index 8b2f9c1a..beac11c0 100644
--- a/src/xhtml/HTMLNavbarController.php
+++ b/src/xhtml/HTMLNavbarController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLTableController.php b/src/xhtml/HTMLTableController.php
index 73946956..dbd6d2a0 100644
--- a/src/xhtml/HTMLTableController.php
+++ b/src/xhtml/HTMLTableController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlButton.php b/src/xhtml/XHtmlButton.php
index 61b30cfa..c3bf3c65 100644
--- a/src/xhtml/XHtmlButton.php
+++ b/src/xhtml/XHtmlButton.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlElement.php b/src/xhtml/XHtmlElement.php
index f8e742a8..c04e31a9 100644
--- a/src/xhtml/XHtmlElement.php
+++ b/src/xhtml/XHtmlElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlOption.php b/src/xhtml/XHtmlOption.php
index 2a563ba9..6506f866 100644
--- a/src/xhtml/XHtmlOption.php
+++ b/src/xhtml/XHtmlOption.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSelect.php b/src/xhtml/XHtmlSelect.php
index 883a0f21..d1941586 100644
--- a/src/xhtml/XHtmlSelect.php
+++ b/src/xhtml/XHtmlSelect.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSimpleElement.php b/src/xhtml/XHtmlSimpleElement.php
index ad089495..d08abadf 100644
--- a/src/xhtml/XHtmlSimpleElement.php
+++ b/src/xhtml/XHtmlSimpleElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/tests/_support/AcceptanceTester.php b/tests/_support/AcceptanceTester.php
index 355ea599..d70946f6 100644
--- a/tests/_support/AcceptanceTester.php
+++ b/tests/_support/AcceptanceTester.php
@@ -1,9 +1,12 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ */
class AcceptanceTester extends \Codeception\Actor
{
use _generated\AcceptanceTesterActions;
diff --git a/tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php
index 7c712c7b..75b08e04 100644
--- a/tests/_support/FunctionalTester.php
+++ b/tests/_support/FunctionalTester.php
@@ -1,9 +1,12 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ */
class FunctionalTester extends \Codeception\Actor
{
use _generated\FunctionalTesterActions;
diff --git a/tests/_support/Helper/Acceptance.php b/tests/_support/Helper/Acceptance.php
index ec3dee7d..eff45380 100644
--- a/tests/_support/Helper/Acceptance.php
+++ b/tests/_support/Helper/Acceptance.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace Helper;
diff --git a/tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php
index 6e60102e..73591ecb 100644
--- a/tests/_support/Helper/Functional.php
+++ b/tests/_support/Helper/Functional.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace Helper;
diff --git a/tests/_support/Helper/Unit.php b/tests/_support/Helper/Unit.php
index 1ca091f6..447192dd 100644
--- a/tests/_support/Helper/Unit.php
+++ b/tests/_support/Helper/Unit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace Helper;
diff --git a/tests/_support/UnitTester.php b/tests/_support/UnitTester.php
index 218e677a..f0e4c353 100644
--- a/tests/_support/UnitTester.php
+++ b/tests/_support/UnitTester.php
@@ -1,9 +1,12 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ */
class UnitTester extends \Codeception\Actor
{
use _generated\UnitTesterActions;
diff --git a/tests/_support/_generated/UnitTesterActions.php b/tests/_support/_generated/UnitTesterActions.php
index 191770df..37f05f37 100644
--- a/tests/_support/_generated/UnitTesterActions.php
+++ b/tests/_support/_generated/UnitTesterActions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
namespace _generated;
diff --git a/tests/unit/DataEntitiesTest.php b/tests/unit/DataEntitiesTest.php
index 3cf44bb5..3ceaeeab 100644
--- a/tests/unit/DataEntitiesTest.php
+++ b/tests/unit/DataEntitiesTest.php
@@ -1,9 +1,15 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @internal
+ * @coversNothing
+ */
class DataEntitiesTest extends \Codeception\Test\Unit
{
protected static $BASE_PATH;
@@ -57,7 +63,7 @@ class DataEntitiesTest extends \Codeception\Test\Unit
protected function _before(): void
{
- $Helper = $this->getModule('\Helper\Unit');
+ $Helper = $this->getModule('\Helper\Unit');
$this->container = $Helper::getContainer();
self::$BASE_PATH = $Helper::BASE_PATH;
$this->container->get('misc')->setNoDBConnection(true);
diff --git a/tests/unit/PublicSectionsTest.php b/tests/unit/PublicSectionsTest.php
index bd45f96a..34e29fac 100644
--- a/tests/unit/PublicSectionsTest.php
+++ b/tests/unit/PublicSectionsTest.php
@@ -1,9 +1,15 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @internal
+ * @coversNothing
+ */
class PublicSectionsTest extends \Codeception\Test\Unit
{
protected static $BASE_PATH;
diff --git a/tests/unit/TablesAndViewsTest.php b/tests/unit/TablesAndViewsTest.php
index 57ec4d7e..a258a2d0 100644
--- a/tests/unit/TablesAndViewsTest.php
+++ b/tests/unit/TablesAndViewsTest.php
@@ -1,9 +1,15 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @internal
+ * @coversNothing
+ */
class TablesAndViewsTest extends \Codeception\Test\Unit
{
protected static $BASE_PATH;
diff --git a/tests/unit/UserEntitiesTest.php b/tests/unit/UserEntitiesTest.php
index 86347248..0b896db0 100644
--- a/tests/unit/UserEntitiesTest.php
+++ b/tests/unit/UserEntitiesTest.php
@@ -1,9 +1,15 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @internal
+ * @coversNothing
+ */
class UserEntitiesTest extends \Codeception\Test\Unit
{
protected static $BASE_PATH;
diff --git a/tests/unit/ViewTest.php b/tests/unit/ViewTest.php
index 5e7be806..fc05193a 100644
--- a/tests/unit/ViewTest.php
+++ b/tests/unit/ViewTest.php
@@ -1,9 +1,15 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @internal
+ * @coversNothing
+ */
class ViewTest extends \Codeception\Test\Unit
{
protected static $BASE_PATH;
@@ -172,7 +178,7 @@ class ViewTest extends \Codeception\Test\Unit
protected function _before(): void
{
- $Helper = $this->getModule('\Helper\Unit');
+ $Helper = $this->getModule('\Helper\Unit');
$this->container = $Helper::getContainer();
self::$BASE_PATH = $Helper::BASE_PATH;
$this->container->get('misc')->setNoDBConnection(true);
diff --git a/tests/views/acinsert.php b/tests/views/acinsert.php
index 6ec3ce2d..ec89b467 100644
--- a/tests/views/acinsert.php
+++ b/tests/views/acinsert.php
@@ -1,9 +1,14 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @param mixed $container
+ */
function acinsertFactory($container)
{
$do_render = false;
diff --git a/tests/views/aggregates.php b/tests/views/aggregates.php
index 42a4d1d0..cce5fcac 100644
--- a/tests/views/aggregates.php
+++ b/tests/views/aggregates.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/alldb.php b/tests/views/alldb.php
index 6b989427..d42001cb 100644
--- a/tests/views/alldb.php
+++ b/tests/views/alldb.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/browser.php b/tests/views/browser.php
index fa8939ae..955707f1 100644
--- a/tests/views/browser.php
+++ b/tests/views/browser.php
@@ -1,9 +1,14 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @param mixed $container
+ */
function browserFactory($container)
{
$do_render = false;
diff --git a/tests/views/casts.php b/tests/views/casts.php
index 12e3dc5d..322585b1 100644
--- a/tests/views/casts.php
+++ b/tests/views/casts.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/colproperties.php b/tests/views/colproperties.php
index 308b41b6..b6c3b2ef 100644
--- a/tests/views/colproperties.php
+++ b/tests/views/colproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/constraints.php b/tests/views/constraints.php
index 3919b73f..36dda243 100644
--- a/tests/views/constraints.php
+++ b/tests/views/constraints.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/conversions.php b/tests/views/conversions.php
index e14d7ea1..ce096b07 100644
--- a/tests/views/conversions.php
+++ b/tests/views/conversions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/database.php b/tests/views/database.php
index 36edbe4f..cbaee520 100644
--- a/tests/views/database.php
+++ b/tests/views/database.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/dataexport.php b/tests/views/dataexport.php
index b31a801f..e11f55a7 100644
--- a/tests/views/dataexport.php
+++ b/tests/views/dataexport.php
@@ -1,9 +1,14 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @param mixed $container
+ */
function dataexportFactory($container)
{
$do_render = false;
diff --git a/tests/views/dataimport.php b/tests/views/dataimport.php
index a13aad02..34000320 100644
--- a/tests/views/dataimport.php
+++ b/tests/views/dataimport.php
@@ -1,9 +1,14 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @param mixed $container
+ */
function dataimportFactory($container)
{
return new \PHPPgAdmin\Controller\DataimportController($container);
diff --git a/tests/views/dbexport.php b/tests/views/dbexport.php
index b515445c..237ea210 100644
--- a/tests/views/dbexport.php
+++ b/tests/views/dbexport.php
@@ -1,9 +1,14 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @param mixed $container
+ */
function dbexportFactory($container)
{
$do_render = false;
diff --git a/tests/views/display.php b/tests/views/display.php
index 4dafd51a..6262231d 100644
--- a/tests/views/display.php
+++ b/tests/views/display.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/domains.php b/tests/views/domains.php
index b1cbefbc..c10608b1 100644
--- a/tests/views/domains.php
+++ b/tests/views/domains.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/fulltext.php b/tests/views/fulltext.php
index 005bd06f..65beb3f8 100644
--- a/tests/views/fulltext.php
+++ b/tests/views/fulltext.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/functions.php b/tests/views/functions.php
index a8948f63..2c603cea 100644
--- a/tests/views/functions.php
+++ b/tests/views/functions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/groups.php b/tests/views/groups.php
index ebf35202..f5bbafc2 100644
--- a/tests/views/groups.php
+++ b/tests/views/groups.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/help.php b/tests/views/help.php
index 394051e4..e22168d4 100644
--- a/tests/views/help.php
+++ b/tests/views/help.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/history.php b/tests/views/history.php
index 15b780f1..8d4c3453 100644
--- a/tests/views/history.php
+++ b/tests/views/history.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/indexes.php b/tests/views/indexes.php
index 75cbe470..56c2bc39 100644
--- a/tests/views/indexes.php
+++ b/tests/views/indexes.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/info.php b/tests/views/info.php
index 98b73eb8..8c8d9946 100644
--- a/tests/views/info.php
+++ b/tests/views/info.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/intro.php b/tests/views/intro.php
index 3915b2fa..e1b49432 100644
--- a/tests/views/intro.php
+++ b/tests/views/intro.php
@@ -1,9 +1,14 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @param mixed $container
+ */
function introFactory($container)
{
$do_render = false;
diff --git a/tests/views/languages.php b/tests/views/languages.php
index a4b0beaa..21d17770 100644
--- a/tests/views/languages.php
+++ b/tests/views/languages.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/login.php b/tests/views/login.php
index bdc15389..af618d8c 100644
--- a/tests/views/login.php
+++ b/tests/views/login.php
@@ -1,9 +1,14 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @param mixed $container
+ */
function loginFactory($container)
{
$do_render = false;
diff --git a/tests/views/materializedviewproperties.php b/tests/views/materializedviewproperties.php
index 0cff30a6..ff78ff47 100644
--- a/tests/views/materializedviewproperties.php
+++ b/tests/views/materializedviewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/materializedviews.php b/tests/views/materializedviews.php
index f02be833..2916fdef 100644
--- a/tests/views/materializedviews.php
+++ b/tests/views/materializedviews.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/opclasses.php b/tests/views/opclasses.php
index 16036b06..e267bae9 100644
--- a/tests/views/opclasses.php
+++ b/tests/views/opclasses.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/operators.php b/tests/views/operators.php
index 0c2812d1..1645d318 100644
--- a/tests/views/operators.php
+++ b/tests/views/operators.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/privileges.php b/tests/views/privileges.php
index 5af2b355..533a188a 100644
--- a/tests/views/privileges.php
+++ b/tests/views/privileges.php
@@ -1,9 +1,14 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @param mixed $container
+ */
function privilegesFactory($container)
{
$do_render = false;
diff --git a/tests/views/roles.php b/tests/views/roles.php
index c4aa23d7..764c762c 100644
--- a/tests/views/roles.php
+++ b/tests/views/roles.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/rules.php b/tests/views/rules.php
index c0abe891..a0f84983 100644
--- a/tests/views/rules.php
+++ b/tests/views/rules.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/schemas.php b/tests/views/schemas.php
index 658f68be..47181a54 100644
--- a/tests/views/schemas.php
+++ b/tests/views/schemas.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/sequences.php b/tests/views/sequences.php
index 4da4ea34..c7415da7 100644
--- a/tests/views/sequences.php
+++ b/tests/views/sequences.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/servers.php b/tests/views/servers.php
index cf4dc3bd..cd9760c6 100644
--- a/tests/views/servers.php
+++ b/tests/views/servers.php
@@ -1,9 +1,14 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @param mixed $container
+ */
function serversFactory($container)
{
$do_render = false;
diff --git a/tests/views/sql.php b/tests/views/sql.php
index 0054c0ea..568e8e15 100644
--- a/tests/views/sql.php
+++ b/tests/views/sql.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/sqledit.php b/tests/views/sqledit.php
index 4c5486cd..e209b01a 100644
--- a/tests/views/sqledit.php
+++ b/tests/views/sqledit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/tables.php b/tests/views/tables.php
index b4fb11fa..ade664fc 100644
--- a/tests/views/tables.php
+++ b/tests/views/tables.php
@@ -1,9 +1,14 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
+/**
+ * PHPPgAdmin v6.0.0-RC9.
+ *
+ * @param mixed $container
+ */
function tablesFactory($container)
{
$do_render = false;
diff --git a/tests/views/tablespaces.php b/tests/views/tablespaces.php
index 720ae0cf..f46ed991 100644
--- a/tests/views/tablespaces.php
+++ b/tests/views/tablespaces.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/tblproperties.php b/tests/views/tblproperties.php
index 23708380..12bea13b 100644
--- a/tests/views/tblproperties.php
+++ b/tests/views/tblproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/triggers.php b/tests/views/triggers.php
index 204422a7..3e9719e1 100644
--- a/tests/views/triggers.php
+++ b/tests/views/triggers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/types.php b/tests/views/types.php
index 8579ea9d..34cb951e 100644
--- a/tests/views/types.php
+++ b/tests/views/types.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/users.php b/tests/views/users.php
index 236cab9c..c62aa0cf 100644
--- a/tests/views/users.php
+++ b/tests/views/users.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/viewproperties.php b/tests/views/viewproperties.php
index 5a5e7699..95c10fb9 100644
--- a/tests/views/viewproperties.php
+++ b/tests/views/viewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/views.php b/tests/views/views.php
index 0b28d7ae..62dcb15b 100644
--- a/tests/views/views.php
+++ b/tests/views/views.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC9
+ * PHPPgAdmin 6.0.0
*/
// Include application functions