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:
authorAmenadiel <amenadiel@gmail.com>2020-02-05 18:54:01 +0300
committerAmenadiel <amenadiel@gmail.com>2020-02-05 18:54:01 +0300
commit5b42970bf3102bdf1f249346ccacadba47ac4b9f (patch)
tree2f70bfb5ef87057076edcf598f78b4632f3a08b1
parent53566bc4948a5620375a83cc4bf4ec3bddb80247 (diff)
Creating Tag v6.0.0-RC6 at 2020-02-05 -v6.0.0-RC6
-rw-r--r--.php_cs.cache2
-rw-r--r--composer.json2
-rw-r--r--composer.lock2
-rw-r--r--index.php2
-rw-r--r--src/classes/ADONewConnection.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.php2
-rw-r--r--src/classes/PluginManager.php2
-rw-r--r--src/classes/Translations.php2
-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/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.php6
-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/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/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/TreeController.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.php2
-rw-r--r--tests/_support/FunctionalTester.php2
-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.php2
-rw-r--r--tests/_support/_generated/UnitTesterActions.php2
-rw-r--r--tests/unit/ContainerTest.php2
-rw-r--r--tests/unit/ViewTest.php2
-rw-r--r--tests/views/acinsert.php2
-rw-r--r--tests/views/aggregates.php2
-rw-r--r--tests/views/alldb.php2
-rw-r--r--tests/views/browser.php2
-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.php2
-rw-r--r--tests/views/dataimport.php2
-rw-r--r--tests/views/dbexport.php2
-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.php2
-rw-r--r--tests/views/languages.php2
-rw-r--r--tests/views/login.php2
-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.php2
-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.php2
-rw-r--r--tests/views/sql.php2
-rw-r--r--tests/views/sqledit.php2
-rw-r--r--tests/views/tables.php2
-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
227 files changed, 229 insertions, 229 deletions
diff --git a/.php_cs.cache b/.php_cs.cache
index 751bb50a..7e5f88ee 100644
--- a/.php_cs.cache
+++ b/.php_cs.cache
@@ -1 +1 @@
-{"php":"7.2.26-1+ubuntu18.04.1+deb.sury.org+1","version":"2.16.1:v2.16.1#c8afb599858876e95e8ebfcd97812d383fa23f02","indent":" ","lineEnding":"\n","rules":{"no_php4_constructor":true,"php_unit_namespaced":{"target":"6.0"},"php_unit_dedicate_assert":{"target":"5.6"},"php_unit_expectation":{"target":"5.6"},"php_unit_mock":{"target":"5.5"},"php_unit_no_expectation_annotation":{"target":"4.3"},"array_syntax":{"syntax":"short"},"binary_operator_spaces":{"align_double_arrow":true,"align_equals":true},"blank_line_after_opening_tag":true,"blank_line_before_statement":true,"braces":true,"cast_spaces":true,"class_attributes_separation":{"elements":["method"]},"class_definition":true,"concat_space":true,"declare_equal_normalize":true,"function_typehint_space":true,"include":true,"increment_style":true,"lowercase_cast":true,"lowercase_static_reference":true,"magic_constant_casing":true,"magic_method_casing":true,"method_argument_space":{"ensure_fully_multiline":true},"native_function_casing":true,"native_function_type_declaration_casing":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_blank_lines":{"tokens":["break","case","continue","curly_brace_block","default","extra","parenthesis_brace_block","return","square_brace_block","switch","throw","use","useTrait","use_trait"]},"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":true,"no_multiline_whitespace_around_double_arrow":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":true,"no_superfluous_phpdoc_tags":{"allow_mixed":true,"allow_unused_params":true},"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_unneeded_control_parentheses":true,"no_unneeded_curly_braces":true,"no_unneeded_final_method":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"object_operator_without_whitespace":true,"ordered_imports":true,"php_unit_fqcn_annotation":true,"phpdoc_align":true,"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_alias_tag":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_return_self_reference":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_trim_consecutive_blank_line_separation":true,"phpdoc_types":true,"phpdoc_types_order":true,"phpdoc_var_without_name":true,"return_type_declaration":true,"semicolon_after_instruction":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":{"elements":["property"]},"single_line_throw":true,"single_quote":true,"single_trait_insert_per_statement":true,"space_after_semicolon":{"remove_in_empty_for_expressions":true},"standardize_increment":true,"standardize_not_equals":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"whitespace_after_comma_in_array":true,"blank_line_after_namespace":true,"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"no_break_comment":true,"no_closing_tag":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":true,"encoding":true,"full_opening_tag":true,"modernize_types_casting":true,"align_multiline_comment":true,"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"compact_nullable_typehint":true,"escape_implicit_backslashes":true,"explicit_indirect_variable":true,"explicit_string_variable":true,"final_internal_class":true,"header_comment":{"commentType":"PHPDoc","header":"PHPPgAdmin v6.0.0-RC5"},"heredoc_to_nowdoc":true,"list_syntax":{"syntax":"long"},"method_chaining_indentation":true,"multiline_comment_opening_closing":true,"no_null_property_initialization":true,"no_short_echo_tag":true,"no_superfluous_elseif":true,"no_unreachable_default_argument_value":true,"no_useless_else":true,"no_useless_return":true,"php_unit_strict":true,"php_unit_test_annotation":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_order":true,"strict_param":true},"hashes":{"src\/classes\/ADOdbException.php":2384914363,"src\/classes\/ContainerUtils.php":4005222789,"src\/classes\/Translations.php":3368469037,"src\/classes\/ADONewConnection.php":48317248,"src\/classes\/ADORecordSet.php":4127154202,"src\/classes\/Misc.php":1658878250,"src\/classes\/ArrayRecordSet.php":1705308886,"src\/classes\/PluginManager.php":2320487795,"src\/controllers\/OperatorsController.php":1212243682,"src\/controllers\/InfoController.php":897668258,"src\/controllers\/SequencesController.php":4236930592,"src\/controllers\/LoginController.php":4258341158,"src\/controllers\/BrowserController.php":3633832426,"src\/controllers\/LanguagesController.php":28182148,"src\/controllers\/OpclassesController.php":1076062691,"src\/controllers\/SqlController.php":2700209671,"src\/controllers\/CastsController.php":692559717,"src\/controllers\/TblpropertiesController.php":1144471400,"src\/controllers\/ConversionsController.php":1564610474,"src\/controllers\/FulltextController.php":3298074411,"src\/controllers\/IndexesController.php":640784523,"src\/controllers\/MaterializedviewpropertiesController.php":2882393168,"src\/controllers\/BaseController.php":2690442438,"src\/controllers\/TablespacesController.php":2278462612,"src\/controllers\/ServersController.php":1772080967,"src\/controllers\/PrivilegesController.php":1330372986,"src\/controllers\/DataexportController.php":1581665562,"src\/controllers\/TablesController.php":4187083911,"src\/controllers\/MaterializedviewsController.php":1282562375,"src\/controllers\/ViewpropertiesController.php":257576196,"src\/controllers\/SchemasController.php":1612560860,"src\/controllers\/DisplayController.php":2361157131,"src\/controllers\/FunctionsController.php":2723177458,"src\/controllers\/TriggersController.php":108338522,"src\/controllers\/UsersController.php":610212677,"src\/controllers\/DatabaseController.php":1160372293,"src\/controllers\/AcinsertController.php":1965680117,"src\/controllers\/SqleditController.php":4182978373,"src\/controllers\/ViewsController.php":3197226678,"src\/controllers\/IntroController.php":1673519199,"src\/controllers\/AlldbController.php":2091909879,"src\/controllers\/ColpropertiesController.php":3096954480,"src\/controllers\/TypesController.php":2267879465,"src\/controllers\/DomainsController.php":4001571248,"src\/controllers\/ConstraintsController.php":1674847481,"src\/controllers\/RolesController.php":1556575663,"src\/controllers\/HelpController.php":2657176740,"src\/controllers\/RulesController.php":2716070474,"src\/controllers\/HistoryController.php":951665861,"src\/controllers\/AggregatesController.php":335257607,"src\/controllers\/DbexportController.php":729119298,"src\/controllers\/GroupsController.php":2502365162,"src\/controllers\/DataimportController.php":14835353,"src\/database\/Postgres90.php":1931711676,"src\/database\/ADOdbBase.php":1280103645,"src\/database\/Postgres84.php":736567308,"src\/database\/Postgres13.php":2271983722,"src\/database\/Postgres82.php":1966687606,"src\/database\/Postgres.php":3946114287,"src\/database\/Postgres80.php":616702135,"src\/database\/Postgres11.php":1444307264,"src\/database\/Postgres74.php":2349331984,"src\/database\/Postgres81.php":1535792213,"src\/database\/databasetraits\/StatsTrait.php":2257587090,"src\/database\/databasetraits\/SchemaTrait.php":1669268251,"src\/database\/databasetraits\/ColumnTrait.php":544416754,"src\/database\/databasetraits\/AggregateTrait.php":1010397080,"src\/database\/databasetraits\/TriggerTrait.php":119256143,"src\/database\/databasetraits\/PrivilegesTrait.php":2231090407,"src\/database\/databasetraits\/RoleTrait.php":2535962777,"src\/database\/databasetraits\/FtsTrait.php":2333109456,"src\/database\/databasetraits\/HasTrait.php":1723503153,"src\/database\/databasetraits\/TableTrait.php":590420042,"src\/database\/databasetraits\/FunctionTrait.php":2418974924,"src\/database\/databasetraits\/RowTrait.php":2422976105,"src\/database\/databasetraits\/TablespaceTrait.php":888687836,"src\/database\/databasetraits\/DatabaseTrait.php":745190155,"src\/database\/databasetraits\/SequenceTrait.php":1692558885,"src\/database\/databasetraits\/DomainTrait.php":506232110,"src\/database\/databasetraits\/OperatorTrait.php":1183064733,"src\/database\/databasetraits\/IndexTrait.php":1862148461,"src\/database\/databasetraits\/ViewTrait.php":1959244346,"src\/database\/databasetraits\/TypeTrait.php":2702254033,"src\/database\/Postgres94.php":1945422746,"src\/database\/Postgres83.php":3888236571,"src\/database\/Postgres92.php":3588266849,"src\/database\/Postgres12.php":61186042,"src\/database\/Postgres10.php":1380165668,"src\/database\/Connection.php":1030903920,"src\/database\/Postgres95.php":3453032769,"src\/database\/Postgres91.php":1825047880,"src\/database\/Postgres96.php":2015924833,"src\/database\/Postgres93.php":4225201869,"src\/decorators\/UrlDecorator.php":818015448,"src\/decorators\/BranchUrlDecorator.php":1746225443,"src\/decorators\/FieldDecorator.php":2393688319,"src\/decorators\/ArrayMergeDecorator.php":885313225,"src\/decorators\/ReplaceDecorator.php":2191256926,"src\/decorators\/CallbackDecorator.php":971655057,"src\/decorators\/ActionUrlDecorator.php":2758965801,"src\/decorators\/ConcatDecorator.php":1966236666,"src\/decorators\/IfEmptyDecorator.php":3807381187,"src\/decorators\/Decorator.php":2160048238,"src\/decorators\/RedirectUrlDecorator.php":2581942673,"src\/help\/PostgresDoc10.php":3908285661,"src\/help\/PostgresDoc74.php":2567303577,"src\/help\/PostgresDoc82.php":41117561,"src\/help\/PostgresDoc83.php":3716823305,"src\/help\/PostgresDoc91.php":3325904221,"src\/help\/PostgresDoc96.php":2266779436,"src\/help\/PostgresDoc95.php":2668033396,"src\/help\/PostgresDoc84.php":3337133401,"src\/help\/PostgresDoc93.php":815175533,"src\/help\/PostgresDoc92.php":2187890235,"src\/help\/PostgresDoc90.php":549078235,"src\/help\/PostgresDoc80.php":1105382015,"src\/help\/PostgresDoc94.php":2578188671,"src\/help\/PostgresDoc81.php":1510091402,"src\/translations\/French.php":47914438,"src\/translations\/Afrikaans.php":944991990,"src\/translations\/Catalan.php":1855061810,"src\/translations\/Arabic.php":708206692,"src\/translations\/Polish.php":1387154111,"src\/translations\/ChineseTr.php":1090903507,"src\/translations\/Lithuanian.php":1957844939,"src\/translations\/Danish.php":2547806370,"src\/translations\/PortugueseBr.php":1414140854,"src\/translations\/Hungarian.php":3457917017,"src\/translations\/Hebrew.php":1929399027,"src\/translations\/Slovak.php":228309854,"src\/translations\/Mongol.php":2623925111,"src\/translations\/Romanian.php":1312856134,"src\/translations\/ChineseUtf8ZhTw.php":2256789668,"src\/translations\/Italian.php":2847106085,"src\/translations\/Spanish.php":1641372841,"src\/translations\/Dutch.php":3691612059,"src\/translations\/ChineseUtf8ZhCn.php":1467664345,"src\/translations\/Greek.php":846028404,"src\/translations\/Galician.php":1796218093,"src\/translations\/Turkish.php":2165262675,"src\/translations\/PortuguesePt.php":933961724,"src\/translations\/Ukrainian.php":3077117032,"src\/translations\/ChineseSim.php":2934243025,"src\/translations\/Japanese.php":577436737,"src\/translations\/English.php":1439332655,"src\/translations\/Russian.php":3283084508,"src\/translations\/Czech.php":3037134376,"src\/translations\/Swedish.php":3515612826,"src\/translations\/RussianUtf8.php":4133588250,"src\/translations\/German.php":2275591937,"src\/xhtml\/TreeController.php":3732516133,"src\/xhtml\/HTMLTableController.php":1263757397,"src\/xhtml\/XHtmlSelect.php":2775651313,"src\/xhtml\/HTMLController.php":3221448446,"src\/xhtml\/HTMLFooterController.php":2384606843,"src\/xhtml\/XHtmlButton.php":2404844696,"src\/xhtml\/HTMLHeaderController.php":1784592287,"src\/xhtml\/XHtmlElement.php":2763456233,"src\/xhtml\/XHtmlOption.php":3847095482,"src\/xhtml\/XHtmlSimpleElement.php":2758615577,"src\/xhtml\/HTMLNavbarController.php":940235514,"src\/traits\/HelperTrait.php":3463011617,"src\/traits\/FormTrait.php":237201288,"src\/traits\/ServersTrait.php":2317137841,"src\/traits\/InsertEditRowTrait.php":207546934,"src\/traits\/MiscTrait.php":2717341516,"src\/traits\/ExportTrait.php":2005160905,"src\/traits\/ViewsMatviewsTrait.php":674337387,"src\/traits\/AdminTrait.php":3257344347,"src\/traits\/ViewsMatViewsPropertiesTrait.php":2638086299,"tests\/views\/casts.php":539155057,"tests\/views\/conversions.php":1683584101,"tests\/views\/dataimport.php":4045825390,"tests\/views\/intro.php":723233674,"tests\/views\/servers.php":530390747,"tests\/views\/tables.php":4107210712,"tests\/views\/operators.php":3556572679,"tests\/views\/triggers.php":1697209254,"tests\/views\/alldb.php":3233705758,"tests\/views\/acinsert.php":2229780716,"tests\/views\/aggregates.php":49945803,"tests\/views\/dbexport.php":2533591690,"tests\/views\/functions.php":3146350552,"tests\/views\/groups.php":331387028,"tests\/views\/viewproperties.php":69777262,"tests\/views\/dataexport.php":2860233657,"tests\/views\/sequences.php":2783797221,"tests\/views\/info.php":3285172430,"tests\/views\/materializedviews.php":1059824077,"tests\/views\/types.php":2272074394,"tests\/views\/tablespaces.php":1266806982,"tests\/views\/opclasses.php":3601198497,"tests\/views\/login.php":2466098460,"tests\/views\/schemas.php":2827135766,"tests\/views\/help.php":285233613,"tests\/views\/tblproperties.php":3937920524,"tests\/views\/display.php":2913276612,"tests\/views\/indexes.php":1213345499,"tests\/views\/rules.php":2312565107,"tests\/views\/roles.php":3762098301,"tests\/views\/materializedviewproperties.php":3999336184,"tests\/views\/domains.php":2365487524,"tests\/views\/languages.php":2145788574,"tests\/views\/privileges.php":3910978862,"tests\/views\/history.php":1731645278,"tests\/views\/colproperties.php":175746074,"tests\/views\/views.php":2931635911,"tests\/views\/fulltext.php":2596219159,"tests\/views\/sql.php":3792396370,"tests\/views\/sqledit.php":98546904,"tests\/views\/database.php":1703689531,"tests\/views\/users.php":285155966,"tests\/views\/browser.php":1461930303,"tests\/views\/constraints.php":3464597574,"tests\/unit\/ContainerTest.php":3450392207,"tests\/unit\/ViewTest.php":136555008,"tests\/selenium\/src\/99-cleantests.php":1149171324,"tests\/selenium\/src\/01-roles.php":1763273448,"tests\/selenium\/src\/25-column.php":3007576553,"tests\/selenium\/src\/10-table.php":2754198975,"tests\/selenium\/src\/35-index.php":4259960438,"tests\/selenium\/src\/15-sequence.php":1651731368,"tests\/selenium\/src\/08-domaine.php":1538466724,"tests\/selenium\/src\/12-admin.php":1947140285,"tests\/selenium\/src\/20-constraint.php":747571385,"tests\/selenium\/src\/06-schema.php":2228330301,"tests\/selenium\/src\/04-database.php":1443587718,"tests\/selenium\/src\/30-view.php":2977012809,"tests\/selenium\/testBuilder.class.php":1800998549,"tests\/selenium\/TestSuite.php":2187634654,"tests\/_support\/Helper\/Acceptance.php":2689659103,"tests\/_support\/Helper\/Functional.php":2311548755,"tests\/_support\/Helper\/Unit.php":2389078759,"tests\/_support\/UnitTester.php":2683228619,"tests\/_support\/AcceptanceTester.php":1348712969,"tests\/_support\/_generated\/UnitTesterActions.php":454130722,"tests\/_support\/FunctionalTester.php":2453354757,"tests\/simpletest\/config.tests.php":951542102,"tests\/simpletest\/testcase\/Databases\/ProcessesTest.php":1349351593,"tests\/simpletest\/testcase\/Databases\/AdminTest.php":2050633663,"tests\/simpletest\/testcase\/Databases\/CastsTest.php":901635999,"tests\/simpletest\/testcase\/Databases\/DatabaseTest.php":982204630,"tests\/simpletest\/testcase\/Databases\/VariablesTest.php":2569681151,"tests\/simpletest\/testcase\/Databases\/HelpTest.php":139010316,"tests\/simpletest\/testcase\/Databases\/SqlTest.php":1603796403,"tests\/simpletest\/testcase\/Databases\/DatabaseGroupTest.php":3112447226,"tests\/simpletest\/testcase\/Databases\/SchemaBasicTest.php":1951453153,"tests\/simpletest\/testcase\/Databases\/LanguageTest.php":369247030,"tests\/simpletest\/testcase\/Databases\/FindObjectsTest.php":3902837298,"tests\/simpletest\/testcase\/Schemas\/DomainTest.php":2496742750,"tests\/simpletest\/testcase\/Schemas\/TableTest.php":41754142,"tests\/simpletest\/testcase\/Schemas\/TypeTest.php":373725924,"tests\/simpletest\/testcase\/Schemas\/FunctionTest.php":1794762868,"tests\/simpletest\/testcase\/Schemas\/SchemasGroupTest.php":375451417,"tests\/simpletest\/testcase\/Schemas\/ConversionTest.php":160896975,"tests\/simpletest\/testcase\/Schemas\/SequenceTest.php":1633508488,"tests\/simpletest\/testcase\/Schemas\/ViewTest.php":2496929854,"tests\/simpletest\/testcase\/Schemas\/OperatorTest.php":318860557,"tests\/simpletest\/testcase\/Schemas\/AggregateTest.php":3783713918,"tests\/simpletest\/testcase\/Schemas\/OpClassTest.php":2959796207,"tests\/simpletest\/testcase\/simpletest.inc.php":2105305701,"tests\/simpletest\/testcase\/testphpPgAdminMain.php":4095616323,"tests\/simpletest\/testcase\/Public\/SetPrecondition.php":2334010580,"tests\/simpletest\/testcase\/Public\/common.php":934190629,"tests\/simpletest\/testcase\/phpcoverage.inc.php":2360833072,"tests\/simpletest\/testcase\/Common\/SecurityTest.php":3555792830,"tests\/simpletest\/testcase\/Common\/CommonGroupTest.php":204079118,"tests\/simpletest\/testcase\/Common\/ImportTest.php":4234749165,"tests\/simpletest\/testcase\/Common\/ExportTest.php":1426703233,"tests\/simpletest\/testcase\/coveragephpPgAdminMain.php":2610467643,"tests\/simpletest\/testcase\/Server\/TableSpacesTest.php":3202108046,"tests\/simpletest\/testcase\/Server\/ReportsTest.php":33034624,"tests\/simpletest\/testcase\/Server\/GroupsTest.php":3388399545,"tests\/simpletest\/testcase\/Server\/ServerGroupTest.php":22277508,"tests\/simpletest\/testcase\/Server\/UsersTest.php":4123412701,"tests\/simpletest\/testcase\/Tables\/InfoTest.php":292088912,"tests\/simpletest\/testcase\/Tables\/ConstraintsTest.php":621293163,"tests\/simpletest\/testcase\/Tables\/TableGroupTest.php":3322569366,"tests\/simpletest\/testcase\/Tables\/ColumnTest.php":34581625,"tests\/simpletest\/testcase\/Tables\/TriggersTest.php":1834452306,"tests\/simpletest\/testcase\/Tables\/DeadlockTest.php":2887708997,"tests\/simpletest\/testcase\/Tables\/RulesTest.php":309844397,"tests\/simpletest\/testcase\/Tables\/IndexesTest.php":1215482383,"tests\/simpletest\/tests.php":1089311022,"index.php":1731770082}} \ No newline at end of file
+{"php":"7.2.26-1+ubuntu18.04.1+deb.sury.org+1","version":"2.16.1:v2.16.1#c8afb599858876e95e8ebfcd97812d383fa23f02","indent":" ","lineEnding":"\n","rules":{"no_php4_constructor":true,"php_unit_namespaced":{"target":"6.0"},"php_unit_dedicate_assert":{"target":"5.6"},"php_unit_expectation":{"target":"5.6"},"php_unit_mock":{"target":"5.5"},"php_unit_no_expectation_annotation":{"target":"4.3"},"array_syntax":{"syntax":"short"},"binary_operator_spaces":{"align_double_arrow":true,"align_equals":true},"blank_line_after_opening_tag":true,"blank_line_before_statement":true,"braces":true,"cast_spaces":true,"class_attributes_separation":{"elements":["method"]},"class_definition":true,"concat_space":true,"declare_equal_normalize":true,"function_typehint_space":true,"include":true,"increment_style":true,"lowercase_cast":true,"lowercase_static_reference":true,"magic_constant_casing":true,"magic_method_casing":true,"method_argument_space":{"ensure_fully_multiline":true},"native_function_casing":true,"native_function_type_declaration_casing":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_blank_lines":{"tokens":["break","case","continue","curly_brace_block","default","extra","parenthesis_brace_block","return","square_brace_block","switch","throw","use","useTrait","use_trait"]},"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":true,"no_multiline_whitespace_around_double_arrow":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":true,"no_superfluous_phpdoc_tags":{"allow_mixed":true,"allow_unused_params":true},"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_unneeded_control_parentheses":true,"no_unneeded_curly_braces":true,"no_unneeded_final_method":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"object_operator_without_whitespace":true,"ordered_imports":true,"php_unit_fqcn_annotation":true,"phpdoc_align":true,"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_alias_tag":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_return_self_reference":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_trim_consecutive_blank_line_separation":true,"phpdoc_types":true,"phpdoc_types_order":true,"phpdoc_var_without_name":true,"return_type_declaration":true,"semicolon_after_instruction":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":{"elements":["property"]},"single_line_throw":true,"single_quote":true,"single_trait_insert_per_statement":true,"space_after_semicolon":{"remove_in_empty_for_expressions":true},"standardize_increment":true,"standardize_not_equals":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"whitespace_after_comma_in_array":true,"blank_line_after_namespace":true,"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"no_break_comment":true,"no_closing_tag":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":true,"encoding":true,"full_opening_tag":true,"modernize_types_casting":true,"align_multiline_comment":true,"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"compact_nullable_typehint":true,"escape_implicit_backslashes":true,"explicit_indirect_variable":true,"explicit_string_variable":true,"final_internal_class":true,"header_comment":{"commentType":"PHPDoc","header":"PHPPgAdmin v6.0.0-RC6"},"heredoc_to_nowdoc":true,"list_syntax":{"syntax":"long"},"method_chaining_indentation":true,"multiline_comment_opening_closing":true,"no_null_property_initialization":true,"no_short_echo_tag":true,"no_superfluous_elseif":true,"no_unreachable_default_argument_value":true,"no_useless_else":true,"no_useless_return":true,"php_unit_strict":true,"php_unit_test_annotation":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_order":true,"strict_param":true},"hashes":{"src\/classes\/ADOdbException.php":4267823892,"src\/classes\/ContainerUtils.php":1833251898,"src\/classes\/Translations.php":2366064134,"src\/classes\/ADONewConnection.php":2670016631,"src\/classes\/ADORecordSet.php":1920112183,"src\/classes\/Misc.php":1540319786,"src\/classes\/ArrayRecordSet.php":755342226,"src\/classes\/PluginManager.php":4022745729,"src\/controllers\/OperatorsController.php":1818909236,"src\/controllers\/InfoController.php":3081559453,"src\/controllers\/SequencesController.php":1031813133,"src\/controllers\/LoginController.php":1470380134,"src\/controllers\/BrowserController.php":1877139232,"src\/controllers\/LanguagesController.php":1020816477,"src\/controllers\/OpclassesController.php":2525920827,"src\/controllers\/SqlController.php":1111400532,"src\/controllers\/CastsController.php":3897797923,"src\/controllers\/TblpropertiesController.php":1318957039,"src\/controllers\/ConversionsController.php":1800945992,"src\/controllers\/FulltextController.php":228530182,"src\/controllers\/IndexesController.php":3391988988,"src\/controllers\/MaterializedviewpropertiesController.php":3229796893,"src\/controllers\/BaseController.php":4082476964,"src\/controllers\/TablespacesController.php":3578712498,"src\/controllers\/ServersController.php":2535910087,"src\/controllers\/PrivilegesController.php":3413703801,"src\/controllers\/DataexportController.php":2057342667,"src\/controllers\/TablesController.php":2685764149,"src\/controllers\/MaterializedviewsController.php":2046679740,"src\/controllers\/ViewpropertiesController.php":3968391597,"src\/controllers\/SchemasController.php":1806818705,"src\/controllers\/DisplayController.php":264745381,"src\/controllers\/FunctionsController.php":1455114499,"src\/controllers\/TriggersController.php":2318471298,"src\/controllers\/UsersController.php":1881148299,"src\/controllers\/DatabaseController.php":974587539,"src\/controllers\/AcinsertController.php":244850696,"src\/controllers\/SqleditController.php":590799783,"src\/controllers\/ViewsController.php":1678935006,"src\/controllers\/IntroController.php":1618565218,"src\/controllers\/AlldbController.php":950884215,"src\/controllers\/ColpropertiesController.php":2219185958,"src\/controllers\/TypesController.php":1047862753,"src\/controllers\/DomainsController.php":2394471040,"src\/controllers\/ConstraintsController.php":3629116692,"src\/controllers\/RolesController.php":1808292358,"src\/controllers\/HelpController.php":816708756,"src\/controllers\/RulesController.php":1078110738,"src\/controllers\/HistoryController.php":550796080,"src\/controllers\/AggregatesController.php":289972853,"src\/controllers\/DbexportController.php":1135435305,"src\/controllers\/GroupsController.php":3563776217,"src\/controllers\/DataimportController.php":338854062,"src\/database\/Postgres90.php":1977940054,"src\/database\/ADOdbBase.php":2141110887,"src\/database\/Postgres84.php":3317193043,"src\/database\/Postgres13.php":2816090753,"src\/database\/Postgres82.php":2950795170,"src\/database\/Postgres.php":3708685990,"src\/database\/Postgres80.php":3880082752,"src\/database\/Postgres11.php":2550214366,"src\/database\/Postgres74.php":3599991094,"src\/database\/Postgres81.php":206006695,"src\/database\/databasetraits\/StatsTrait.php":1694512306,"src\/database\/databasetraits\/SchemaTrait.php":1283807428,"src\/database\/databasetraits\/ColumnTrait.php":1208647653,"src\/database\/databasetraits\/AggregateTrait.php":1733465111,"src\/database\/databasetraits\/TriggerTrait.php":2012242388,"src\/database\/databasetraits\/PrivilegesTrait.php":770688834,"src\/database\/databasetraits\/RoleTrait.php":1696051574,"src\/database\/databasetraits\/FtsTrait.php":338664142,"src\/database\/databasetraits\/HasTrait.php":3709112826,"src\/database\/databasetraits\/TableTrait.php":1928931730,"src\/database\/databasetraits\/FunctionTrait.php":2332863963,"src\/database\/databasetraits\/RowTrait.php":4144999229,"src\/database\/databasetraits\/TablespaceTrait.php":1927246756,"src\/database\/databasetraits\/DatabaseTrait.php":2692803006,"src\/database\/databasetraits\/SequenceTrait.php":3145794533,"src\/database\/databasetraits\/DomainTrait.php":4030616705,"src\/database\/databasetraits\/OperatorTrait.php":28884335,"src\/database\/databasetraits\/IndexTrait.php":219073682,"src\/database\/databasetraits\/ViewTrait.php":3830765465,"src\/database\/databasetraits\/TypeTrait.php":2853259392,"src\/database\/Postgres94.php":2478255654,"src\/database\/Postgres83.php":554964978,"src\/database\/Postgres92.php":1585312165,"src\/database\/Postgres12.php":3376456560,"src\/database\/Postgres10.php":1288790334,"src\/database\/Connection.php":181338669,"src\/database\/Postgres95.php":3338813574,"src\/database\/Postgres91.php":1266896073,"src\/database\/Postgres96.php":3967571911,"src\/database\/Postgres93.php":300268363,"src\/decorators\/UrlDecorator.php":1354521964,"src\/decorators\/BranchUrlDecorator.php":2413273210,"src\/decorators\/FieldDecorator.php":924292872,"src\/decorators\/ArrayMergeDecorator.php":1636253479,"src\/decorators\/ReplaceDecorator.php":3817944219,"src\/decorators\/CallbackDecorator.php":3457424547,"src\/decorators\/ActionUrlDecorator.php":1653968777,"src\/decorators\/ConcatDecorator.php":2514716178,"src\/decorators\/IfEmptyDecorator.php":4207013975,"src\/decorators\/Decorator.php":2758614263,"src\/decorators\/RedirectUrlDecorator.php":522705847,"src\/help\/PostgresDoc10.php":4235971590,"src\/help\/PostgresDoc74.php":3196103308,"src\/help\/PostgresDoc82.php":2438872462,"src\/help\/PostgresDoc83.php":2606383068,"src\/help\/PostgresDoc91.php":3801624528,"src\/help\/PostgresDoc96.php":238607152,"src\/help\/PostgresDoc95.php":371351912,"src\/help\/PostgresDoc84.php":3796760532,"src\/help\/PostgresDoc93.php":4208296398,"src\/help\/PostgresDoc92.php":1324972791,"src\/help\/PostgresDoc90.php":69152342,"src\/help\/PostgresDoc80.php":621018438,"src\/help\/PostgresDoc94.php":3171509234,"src\/help\/PostgresDoc81.php":1812624044,"src\/translations\/French.php":1232464030,"src\/translations\/Afrikaans.php":1108840316,"src\/translations\/Catalan.php":2611104803,"src\/translations\/Arabic.php":4171158830,"src\/translations\/Polish.php":883373396,"src\/translations\/ChineseTr.php":519446716,"src\/translations\/Lithuanian.php":960675153,"src\/translations\/Danish.php":1175289466,"src\/translations\/PortugueseBr.php":2323727357,"src\/translations\/Hungarian.php":4183200307,"src\/translations\/Hebrew.php":916692297,"src\/translations\/Slovak.php":527966509,"src\/translations\/Mongol.php":1505976117,"src\/translations\/Romanian.php":2221991471,"src\/translations\/ChineseUtf8ZhTw.php":1052821888,"src\/translations\/Italian.php":3791565488,"src\/translations\/Spanish.php":1134956994,"src\/translations\/Dutch.php":1414015460,"src\/translations\/ChineseUtf8ZhCn.php":303620227,"src\/translations\/Greek.php":3353198778,"src\/translations\/Galician.php":2147184098,"src\/translations\/Turkish.php":2038735267,"src\/translations\/PortuguesePt.php":2773370738,"src\/translations\/Ukrainian.php":2013892751,"src\/translations\/ChineseSim.php":3364014006,"src\/translations\/Japanese.php":1745902506,"src\/translations\/English.php":2258336859,"src\/translations\/Russian.php":2037068878,"src\/translations\/Czech.php":2146923483,"src\/translations\/Swedish.php":2651017742,"src\/translations\/RussianUtf8.php":1916232291,"src\/translations\/German.php":1154740691,"src\/xhtml\/TreeController.php":2438291820,"src\/xhtml\/HTMLTableController.php":39456850,"src\/xhtml\/XHtmlSelect.php":2589957301,"src\/xhtml\/HTMLController.php":26707243,"src\/xhtml\/HTMLFooterController.php":4102963490,"src\/xhtml\/XHtmlButton.php":3168868849,"src\/xhtml\/HTMLHeaderController.php":842349878,"src\/xhtml\/XHtmlElement.php":561083615,"src\/xhtml\/XHtmlOption.php":4099639198,"src\/xhtml\/XHtmlSimpleElement.php":1410971395,"src\/xhtml\/HTMLNavbarController.php":2447912867,"src\/traits\/HelperTrait.php":353503919,"src\/traits\/FormTrait.php":3632213052,"src\/traits\/ServersTrait.php":635772039,"src\/traits\/InsertEditRowTrait.php":2728902493,"src\/traits\/MiscTrait.php":123040054,"src\/traits\/ExportTrait.php":2712788000,"src\/traits\/ViewsMatviewsTrait.php":2935838338,"src\/traits\/AdminTrait.php":1111608596,"src\/traits\/ViewsMatViewsPropertiesTrait.php":54570000,"tests\/views\/casts.php":3810328559,"tests\/views\/conversions.php":4129729166,"tests\/views\/dataimport.php":2164232235,"tests\/views\/intro.php":730053533,"tests\/views\/servers.php":128551601,"tests\/views\/tables.php":1998328335,"tests\/views\/operators.php":4081935596,"tests\/views\/triggers.php":1167638861,"tests\/views\/alldb.php":58739328,"tests\/views\/acinsert.php":1526241433,"tests\/views\/aggregates.php":889362081,"tests\/views\/dbexport.php":981218904,"tests\/views\/functions.php":2356278706,"tests\/views\/groups.php":3070632057,"tests\/views\/viewproperties.php":3637113061,"tests\/views\/dataexport.php":3684845308,"tests\/views\/sequences.php":2237449486,"tests\/views\/info.php":15852880,"tests\/views\/materializedviews.php":3128843868,"tests\/views\/types.php":1146306308,"tests\/views\/tablespaces.php":3872489482,"tests\/views\/opclasses.php":4128536394,"tests\/views\/login.php":2456141067,"tests\/views\/schemas.php":205790203,"tests\/views\/help.php":3527308371,"tests\/views\/tblproperties.php":911647111,"tests\/views\/display.php":1941588657,"tests\/views\/indexes.php":2521659054,"tests\/views\/rules.php":2661445909,"tests\/views\/roles.php":4148793371,"tests\/views\/materializedviewproperties.php":710153496,"tests\/views\/domains.php":1390485969,"tests\/views\/languages.php":1599584373,"tests\/views\/privileges.php":2563061867,"tests\/views\/history.php":3106510635,"tests\/views\/colproperties.php":1026811956,"tests\/views\/views.php":1837306713,"tests\/views\/fulltext.php":3121525756,"tests\/views\/sql.php":3500171183,"tests\/views\/sqledit.php":254289662,"tests\/views\/database.php":3146999118,"tests\/views\/users.php":3552643040,"tests\/views\/browser.php":1326964053,"tests\/views\/constraints.php":1560170157,"tests\/unit\/ContainerTest.php":1752858698,"tests\/unit\/ViewTest.php":1724075245,"tests\/selenium\/src\/99-cleantests.php":1927597090,"tests\/selenium\/src\/01-roles.php":2385815900,"tests\/selenium\/src\/25-column.php":3540722496,"tests\/selenium\/src\/10-table.php":3551754512,"tests\/selenium\/src\/35-index.php":1251797180,"tests\/selenium\/src\/15-sequence.php":3897683980,"tests\/selenium\/src\/08-domaine.php":3453730038,"tests\/selenium\/src\/12-admin.php":3608132655,"tests\/selenium\/src\/20-constraint.php":945707031,"tests\/selenium\/src\/06-schema.php":707694936,"tests\/selenium\/src\/04-database.php":4183238975,"tests\/selenium\/src\/30-view.php":2156806917,"tests\/selenium\/testBuilder.class.php":856428467,"tests\/selenium\/TestSuite.php":126558191,"tests\/_support\/Helper\/Acceptance.php":3695789051,"tests\/_support\/Helper\/Functional.php":4125023351,"tests\/_support\/Helper\/Unit.php":748651912,"tests\/_support\/UnitTester.php":766206619,"tests\/_support\/AcceptanceTester.php":3027295352,"tests\/_support\/_generated\/UnitTesterActions.php":815224099,"tests\/_support\/FunctionalTester.php":1982357364,"tests\/simpletest\/config.tests.php":3974298749,"tests\/simpletest\/testcase\/Databases\/ProcessesTest.php":1094027897,"tests\/simpletest\/testcase\/Databases\/AdminTest.php":2256754473,"tests\/simpletest\/testcase\/Databases\/CastsTest.php":2181972609,"tests\/simpletest\/testcase\/Databases\/DatabaseTest.php":238829717,"tests\/simpletest\/testcase\/Databases\/VariablesTest.php":980670666,"tests\/simpletest\/testcase\/Databases\/HelpTest.php":2044529202,"tests\/simpletest\/testcase\/Databases\/SqlTest.php":3124906407,"tests\/simpletest\/testcase\/Databases\/DatabaseGroupTest.php":988662070,"tests\/simpletest\/testcase\/Databases\/SchemaBasicTest.php":1797328597,"tests\/simpletest\/testcase\/Databases\/LanguageTest.php":1756258063,"tests\/simpletest\/testcase\/Databases\/FindObjectsTest.php":2492596196,"tests\/simpletest\/testcase\/Schemas\/DomainTest.php":1805184040,"tests\/simpletest\/testcase\/Schemas\/TableTest.php":3412515454,"tests\/simpletest\/testcase\/Schemas\/TypeTest.php":3427945379,"tests\/simpletest\/testcase\/Schemas\/FunctionTest.php":2836748004,"tests\/simpletest\/testcase\/Schemas\/SchemasGroupTest.php":17232418,"tests\/simpletest\/testcase\/Schemas\/ConversionTest.php":1773035072,"tests\/simpletest\/testcase\/Schemas\/SequenceTest.php":1798983672,"tests\/simpletest\/testcase\/Schemas\/ViewTest.php":2732048262,"tests\/simpletest\/testcase\/Schemas\/OperatorTest.php":13438922,"tests\/simpletest\/testcase\/Schemas\/AggregateTest.php":202492247,"tests\/simpletest\/testcase\/Schemas\/OpClassTest.php":2777356908,"tests\/simpletest\/testcase\/simpletest.inc.php":2105305701,"tests\/simpletest\/testcase\/testphpPgAdminMain.php":2203699605,"tests\/simpletest\/testcase\/Public\/SetPrecondition.php":1207268994,"tests\/simpletest\/testcase\/Public\/common.php":3840410348,"tests\/simpletest\/testcase\/phpcoverage.inc.php":2360833072,"tests\/simpletest\/testcase\/Common\/SecurityTest.php":2544997181,"tests\/simpletest\/testcase\/Common\/CommonGroupTest.php":2860026116,"tests\/simpletest\/testcase\/Common\/ImportTest.php":2506792614,"tests\/simpletest\/testcase\/Common\/ExportTest.php":3025684019,"tests\/simpletest\/testcase\/coveragephpPgAdminMain.php":988413818,"tests\/simpletest\/testcase\/Server\/TableSpacesTest.php":1083281440,"tests\/simpletest\/testcase\/Server\/ReportsTest.php":172235444,"tests\/simpletest\/testcase\/Server\/GroupsTest.php":3851090911,"tests\/simpletest\/testcase\/Server\/ServerGroupTest.php":1460210673,"tests\/simpletest\/testcase\/Server\/UsersTest.php":2543625813,"tests\/simpletest\/testcase\/Tables\/InfoTest.php":713152430,"tests\/simpletest\/testcase\/Tables\/ConstraintsTest.php":97670091,"tests\/simpletest\/testcase\/Tables\/TableGroupTest.php":1465018958,"tests\/simpletest\/testcase\/Tables\/ColumnTest.php":2844354848,"tests\/simpletest\/testcase\/Tables\/TriggersTest.php":1324393459,"tests\/simpletest\/testcase\/Tables\/DeadlockTest.php":2635383007,"tests\/simpletest\/testcase\/Tables\/RulesTest.php":1270007078,"tests\/simpletest\/testcase\/Tables\/IndexesTest.php":2119461975,"tests\/simpletest\/tests.php":4203584057,"index.php":2583930966}} \ No newline at end of file
diff --git a/composer.json b/composer.json
index f21e3574..e8011fe1 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "huasofoundries/phppgadmin6",
- "version": "6.0.0-RC5",
+ "version": "6.0.0-RC6",
"description": "Like phpmyadmin but for postgres",
"type": "project",
"license": [
diff --git a/composer.lock b/composer.lock
index d2a76f2c..72b324b3 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": "6afc5b38ff5ab84ef66603512ee81eed",
+ "content-hash": "af69ef49668f4292dc125cd93ad65ae7",
"packages": [
{
"name": "adodb/adodb-php",
diff --git a/index.php b/index.php
index e984e2c7..20f06ce4 100644
--- a/index.php
+++ b/index.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
require_once __DIR__.'/src/lib.inc.php';
diff --git a/src/classes/ADONewConnection.php b/src/classes/ADONewConnection.php
index 77952cf4..bd1d5575 100644
--- a/src/classes/ADONewConnection.php
+++ b/src/classes/ADONewConnection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADORecordSet.php b/src/classes/ADORecordSet.php
index 4c314069..ff162515 100644
--- a/src/classes/ADORecordSet.php
+++ b/src/classes/ADORecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADOdbException.php b/src/classes/ADOdbException.php
index 33ba2705..f47a1d10 100644
--- a/src/classes/ADOdbException.php
+++ b/src/classes/ADOdbException.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ArrayRecordSet.php b/src/classes/ArrayRecordSet.php
index 95026b26..48ecc6fc 100644
--- a/src/classes/ArrayRecordSet.php
+++ b/src/classes/ArrayRecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ContainerUtils.php b/src/classes/ContainerUtils.php
index f04efd2a..2dd8e30f 100644
--- a/src/classes/ContainerUtils.php
+++ b/src/classes/ContainerUtils.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Misc.php b/src/classes/Misc.php
index 83a40795..677b82e9 100644
--- a/src/classes/Misc.php
+++ b/src/classes/Misc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin;
diff --git a/src/classes/PluginManager.php b/src/classes/PluginManager.php
index a9fea2a1..63f3d18d 100644
--- a/src/classes/PluginManager.php
+++ b/src/classes/PluginManager.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Translations.php b/src/classes/Translations.php
index d5c2f05e..4cfc03a5 100644
--- a/src/classes/Translations.php
+++ b/src/classes/Translations.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin;
diff --git a/src/controllers/AcinsertController.php b/src/controllers/AcinsertController.php
index 7107dc8e..96c4e6fd 100644
--- a/src/controllers/AcinsertController.php
+++ b/src/controllers/AcinsertController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index f813f661..3b04dae3 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index 81105099..0f1e8804 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index 701def4f..acdd7a8e 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index 8cd801ff..7f737c1a 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/CastsController.php b/src/controllers/CastsController.php
index 8e559f92..052b3a6b 100644
--- a/src/controllers/CastsController.php
+++ b/src/controllers/CastsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ColpropertiesController.php b/src/controllers/ColpropertiesController.php
index 5b759eb2..9e118580 100644
--- a/src/controllers/ColpropertiesController.php
+++ b/src/controllers/ColpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConstraintsController.php b/src/controllers/ConstraintsController.php
index d54bc170..14f87be1 100644
--- a/src/controllers/ConstraintsController.php
+++ b/src/controllers/ConstraintsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConversionsController.php b/src/controllers/ConversionsController.php
index a68e1e78..3e58b667 100644
--- a/src/controllers/ConversionsController.php
+++ b/src/controllers/ConversionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DatabaseController.php b/src/controllers/DatabaseController.php
index f7ad9489..ab821874 100644
--- a/src/controllers/DatabaseController.php
+++ b/src/controllers/DatabaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataexportController.php b/src/controllers/DataexportController.php
index 466317a4..180daf8d 100644
--- a/src/controllers/DataexportController.php
+++ b/src/controllers/DataexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index ea33dba6..e843df4b 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DbexportController.php b/src/controllers/DbexportController.php
index 651e267a..15ff8ed5 100644
--- a/src/controllers/DbexportController.php
+++ b/src/controllers/DbexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DisplayController.php b/src/controllers/DisplayController.php
index 34932046..13acde85 100644
--- a/src/controllers/DisplayController.php
+++ b/src/controllers/DisplayController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DomainsController.php b/src/controllers/DomainsController.php
index c25fc999..b1663ae4 100644
--- a/src/controllers/DomainsController.php
+++ b/src/controllers/DomainsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index 7983e5cb..8a7360df 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FunctionsController.php b/src/controllers/FunctionsController.php
index b209b800..3817d0f8 100644
--- a/src/controllers/FunctionsController.php
+++ b/src/controllers/FunctionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/GroupsController.php b/src/controllers/GroupsController.php
index c2cb34b6..bf8a01b4 100644
--- a/src/controllers/GroupsController.php
+++ b/src/controllers/GroupsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HelpController.php b/src/controllers/HelpController.php
index 3b3fc6ce..2b6f01a1 100644
--- a/src/controllers/HelpController.php
+++ b/src/controllers/HelpController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HistoryController.php b/src/controllers/HistoryController.php
index 66cda798..81cb978f 100644
--- a/src/controllers/HistoryController.php
+++ b/src/controllers/HistoryController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index 08be4fa6..24c88783 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 38c90557..6feea45b 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index 19f0bd19..bba863e2 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index 12d729eb..cd2c7bb8 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LoginController.php b/src/controllers/LoginController.php
index 597a629a..4d737c52 100644
--- a/src/controllers/LoginController.php
+++ b/src/controllers/LoginController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewpropertiesController.php b/src/controllers/MaterializedviewpropertiesController.php
index 25e1867c..dbbc2727 100644
--- a/src/controllers/MaterializedviewpropertiesController.php
+++ b/src/controllers/MaterializedviewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewsController.php b/src/controllers/MaterializedviewsController.php
index d9388070..f66d440c 100644
--- a/src/controllers/MaterializedviewsController.php
+++ b/src/controllers/MaterializedviewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OpclassesController.php b/src/controllers/OpclassesController.php
index 97cb65d0..466ce114 100644
--- a/src/controllers/OpclassesController.php
+++ b/src/controllers/OpclassesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index a1c423bc..4b7c338a 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index 4c47e4e3..0ac882c1 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RolesController.php b/src/controllers/RolesController.php
index a6f3e7dc..6c518eff 100644
--- a/src/controllers/RolesController.php
+++ b/src/controllers/RolesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RulesController.php b/src/controllers/RulesController.php
index fac546be..a935aabc 100644
--- a/src/controllers/RulesController.php
+++ b/src/controllers/RulesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index 698ac1f3..ef8a0e72 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SequencesController.php b/src/controllers/SequencesController.php
index c48a6289..59980a38 100644
--- a/src/controllers/SequencesController.php
+++ b/src/controllers/SequencesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index c6ced3d9..da533ee6 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index 45ed3c09..c96cfb36 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index 47b36960..e4a9e3e7 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablesController.php b/src/controllers/TablesController.php
index 4f518be9..612b5683 100644
--- a/src/controllers/TablesController.php
+++ b/src/controllers/TablesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablespacesController.php b/src/controllers/TablespacesController.php
index a8b908b0..108a66f2 100644
--- a/src/controllers/TablespacesController.php
+++ b/src/controllers/TablespacesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TblpropertiesController.php b/src/controllers/TblpropertiesController.php
index 8b4018d0..35cb3943 100644
--- a/src/controllers/TblpropertiesController.php
+++ b/src/controllers/TblpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TriggersController.php b/src/controllers/TriggersController.php
index 921ba75f..b1edf6a8 100644
--- a/src/controllers/TriggersController.php
+++ b/src/controllers/TriggersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TypesController.php b/src/controllers/TypesController.php
index 83fd4dcb..9dd825b7 100644
--- a/src/controllers/TypesController.php
+++ b/src/controllers/TypesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/UsersController.php b/src/controllers/UsersController.php
index dcac1ff6..8858b8ed 100644
--- a/src/controllers/UsersController.php
+++ b/src/controllers/UsersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index dd1853b7..7d7fc6aa 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index f6f4778e..334a1572 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/database/ADOdbBase.php b/src/database/ADOdbBase.php
index 3cfffdc1..0972f33e 100644
--- a/src/database/ADOdbBase.php
+++ b/src/database/ADOdbBase.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Connection.php b/src/database/Connection.php
index a8df9cb6..433c5efc 100644
--- a/src/database/Connection.php
+++ b/src/database/Connection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres.php b/src/database/Postgres.php
index 8baf5ff6..13426766 100644
--- a/src/database/Postgres.php
+++ b/src/database/Postgres.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index cff5068e..0e4cec9b 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres11.php b/src/database/Postgres11.php
index bc0da424..e017c097 100644
--- a/src/database/Postgres11.php
+++ b/src/database/Postgres11.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres12.php b/src/database/Postgres12.php
index 2200e7a7..27790c14 100644
--- a/src/database/Postgres12.php
+++ b/src/database/Postgres12.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres13.php b/src/database/Postgres13.php
index 838c239f..90333623 100644
--- a/src/database/Postgres13.php
+++ b/src/database/Postgres13.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres74.php b/src/database/Postgres74.php
index df643f31..cb9d2e78 100644
--- a/src/database/Postgres74.php
+++ b/src/database/Postgres74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres80.php b/src/database/Postgres80.php
index dc83216e..e480de00 100644
--- a/src/database/Postgres80.php
+++ b/src/database/Postgres80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres81.php b/src/database/Postgres81.php
index 9b4fe1cc..a7e22a30 100644
--- a/src/database/Postgres81.php
+++ b/src/database/Postgres81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres82.php b/src/database/Postgres82.php
index 9de74e4b..cd2339d4 100644
--- a/src/database/Postgres82.php
+++ b/src/database/Postgres82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres83.php b/src/database/Postgres83.php
index 9a29df52..372a09f9 100644
--- a/src/database/Postgres83.php
+++ b/src/database/Postgres83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres84.php b/src/database/Postgres84.php
index b6c87a34..4f1b834a 100644
--- a/src/database/Postgres84.php
+++ b/src/database/Postgres84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres90.php b/src/database/Postgres90.php
index 8d5ae333..3e77074c 100644
--- a/src/database/Postgres90.php
+++ b/src/database/Postgres90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres91.php b/src/database/Postgres91.php
index 26a4f6bb..13d0d8ad 100644
--- a/src/database/Postgres91.php
+++ b/src/database/Postgres91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index 6a4aebfe..bdd98afa 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index b9042a4d..9002a146 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres94.php b/src/database/Postgres94.php
index be08621a..6db0523a 100644
--- a/src/database/Postgres94.php
+++ b/src/database/Postgres94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index 8809df3e..70043147 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres96.php b/src/database/Postgres96.php
index 622b18a7..8bb7d20e 100644
--- a/src/database/Postgres96.php
+++ b/src/database/Postgres96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/databasetraits/AggregateTrait.php b/src/database/databasetraits/AggregateTrait.php
index b983c6e7..14c006be 100644
--- a/src/database/databasetraits/AggregateTrait.php
+++ b/src/database/databasetraits/AggregateTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ColumnTrait.php b/src/database/databasetraits/ColumnTrait.php
index b6198753..de8074e0 100644
--- a/src/database/databasetraits/ColumnTrait.php
+++ b/src/database/databasetraits/ColumnTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DatabaseTrait.php b/src/database/databasetraits/DatabaseTrait.php
index 9895dac5..656138e2 100644
--- a/src/database/databasetraits/DatabaseTrait.php
+++ b/src/database/databasetraits/DatabaseTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DomainTrait.php b/src/database/databasetraits/DomainTrait.php
index 60b9ee4d..7cc6eb20 100644
--- a/src/database/databasetraits/DomainTrait.php
+++ b/src/database/databasetraits/DomainTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FtsTrait.php b/src/database/databasetraits/FtsTrait.php
index 3eba1f55..3abeae79 100644
--- a/src/database/databasetraits/FtsTrait.php
+++ b/src/database/databasetraits/FtsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FunctionTrait.php b/src/database/databasetraits/FunctionTrait.php
index 656a0d51..58efc510 100644
--- a/src/database/databasetraits/FunctionTrait.php
+++ b/src/database/databasetraits/FunctionTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/HasTrait.php b/src/database/databasetraits/HasTrait.php
index 7395b986..76e4bba7 100644
--- a/src/database/databasetraits/HasTrait.php
+++ b/src/database/databasetraits/HasTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/IndexTrait.php b/src/database/databasetraits/IndexTrait.php
index 7fe251aa..cc9a21a0 100644
--- a/src/database/databasetraits/IndexTrait.php
+++ b/src/database/databasetraits/IndexTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/OperatorTrait.php b/src/database/databasetraits/OperatorTrait.php
index a1a4231c..6c0fc82d 100644
--- a/src/database/databasetraits/OperatorTrait.php
+++ b/src/database/databasetraits/OperatorTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/PrivilegesTrait.php b/src/database/databasetraits/PrivilegesTrait.php
index ee3d719a..2322f7b3 100644
--- a/src/database/databasetraits/PrivilegesTrait.php
+++ b/src/database/databasetraits/PrivilegesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RoleTrait.php b/src/database/databasetraits/RoleTrait.php
index 09f3ad65..c6b5b41c 100644
--- a/src/database/databasetraits/RoleTrait.php
+++ b/src/database/databasetraits/RoleTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RowTrait.php b/src/database/databasetraits/RowTrait.php
index d05b1be0..256f267a 100644
--- a/src/database/databasetraits/RowTrait.php
+++ b/src/database/databasetraits/RowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SchemaTrait.php b/src/database/databasetraits/SchemaTrait.php
index e398f531..fb71e3c0 100644
--- a/src/database/databasetraits/SchemaTrait.php
+++ b/src/database/databasetraits/SchemaTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SequenceTrait.php b/src/database/databasetraits/SequenceTrait.php
index 00916674..9ec62524 100644
--- a/src/database/databasetraits/SequenceTrait.php
+++ b/src/database/databasetraits/SequenceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/StatsTrait.php b/src/database/databasetraits/StatsTrait.php
index 95629e9a..b4ae27ca 100644
--- a/src/database/databasetraits/StatsTrait.php
+++ b/src/database/databasetraits/StatsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TableTrait.php b/src/database/databasetraits/TableTrait.php
index e6eb2b79..91b3a495 100644
--- a/src/database/databasetraits/TableTrait.php
+++ b/src/database/databasetraits/TableTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TablespaceTrait.php b/src/database/databasetraits/TablespaceTrait.php
index 0e7213d7..715244d7 100644
--- a/src/database/databasetraits/TablespaceTrait.php
+++ b/src/database/databasetraits/TablespaceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TriggerTrait.php b/src/database/databasetraits/TriggerTrait.php
index 7e67f560..92fc1dd5 100644
--- a/src/database/databasetraits/TriggerTrait.php
+++ b/src/database/databasetraits/TriggerTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TypeTrait.php b/src/database/databasetraits/TypeTrait.php
index a95d2644..0a6bb680 100644
--- a/src/database/databasetraits/TypeTrait.php
+++ b/src/database/databasetraits/TypeTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ViewTrait.php b/src/database/databasetraits/ViewTrait.php
index 4dbab470..76923fd1 100644
--- a/src/database/databasetraits/ViewTrait.php
+++ b/src/database/databasetraits/ViewTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index 81de0e39..677e95be 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Decorators;
@@ -35,11 +35,11 @@ class ActionUrlDecorator extends Decorator
continue;
}
//dump($fields, $var, $value);
- $url .= $sep . Decorator::value_url($var, $fields) . '=' . Decorator::value_url($value, $fields);
+ $url .= $sep.Decorator::value_url($var, $fields).'='.Decorator::value_url($value, $fields);
$sep = '&';
}
}
- return \SUBFOLDER . '/src/views/' . str_replace('.php', '', $url);
+ return \SUBFOLDER.'/src/views/'.str_replace('.php', '', $url);
}
}
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index 03c41daf..b272d5ec 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index 4b0a2b19..471053d2 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/CallbackDecorator.php b/src/decorators/CallbackDecorator.php
index fb02b8b8..3e8e8f7a 100644
--- a/src/decorators/CallbackDecorator.php
+++ b/src/decorators/CallbackDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index 1bc671a7..ba08135c 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index ab9c34f0..a2413787 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/FieldDecorator.php b/src/decorators/FieldDecorator.php
index b8effadc..ca3520ad 100644
--- a/src/decorators/FieldDecorator.php
+++ b/src/decorators/FieldDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/IfEmptyDecorator.php b/src/decorators/IfEmptyDecorator.php
index ece3a857..d3320896 100644
--- a/src/decorators/IfEmptyDecorator.php
+++ b/src/decorators/IfEmptyDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/RedirectUrlDecorator.php b/src/decorators/RedirectUrlDecorator.php
index 6a828360..9916bbba 100644
--- a/src/decorators/RedirectUrlDecorator.php
+++ b/src/decorators/RedirectUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index b1399c96..15f861f1 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/UrlDecorator.php b/src/decorators/UrlDecorator.php
index 43a57fd3..a0383529 100644
--- a/src/decorators/UrlDecorator.php
+++ b/src/decorators/UrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/help/PostgresDoc10.php b/src/help/PostgresDoc10.php
index 44c050aa..192d9ba1 100644
--- a/src/help/PostgresDoc10.php
+++ b/src/help/PostgresDoc10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc74.php b/src/help/PostgresDoc74.php
index 32555854..6e438dab 100644
--- a/src/help/PostgresDoc74.php
+++ b/src/help/PostgresDoc74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc80.php b/src/help/PostgresDoc80.php
index fde9604a..5c256618 100644
--- a/src/help/PostgresDoc80.php
+++ b/src/help/PostgresDoc80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc81.php b/src/help/PostgresDoc81.php
index 67edd268..8936695d 100644
--- a/src/help/PostgresDoc81.php
+++ b/src/help/PostgresDoc81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc82.php b/src/help/PostgresDoc82.php
index 1203c91d..891e4b57 100644
--- a/src/help/PostgresDoc82.php
+++ b/src/help/PostgresDoc82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc83.php b/src/help/PostgresDoc83.php
index fad4fb70..583ed53b 100644
--- a/src/help/PostgresDoc83.php
+++ b/src/help/PostgresDoc83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc84.php b/src/help/PostgresDoc84.php
index a03e2136..bca0ee28 100644
--- a/src/help/PostgresDoc84.php
+++ b/src/help/PostgresDoc84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc90.php b/src/help/PostgresDoc90.php
index 76cfcaa1..cb40e78d 100644
--- a/src/help/PostgresDoc90.php
+++ b/src/help/PostgresDoc90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc91.php b/src/help/PostgresDoc91.php
index dea85b9a..1945cc9d 100644
--- a/src/help/PostgresDoc91.php
+++ b/src/help/PostgresDoc91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index 25ed0bbb..5697af6b 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc93.php b/src/help/PostgresDoc93.php
index 15ae494c..3011a152 100644
--- a/src/help/PostgresDoc93.php
+++ b/src/help/PostgresDoc93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc94.php b/src/help/PostgresDoc94.php
index 06058040..a33ea302 100644
--- a/src/help/PostgresDoc94.php
+++ b/src/help/PostgresDoc94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc95.php b/src/help/PostgresDoc95.php
index 72498db0..782ebc53 100644
--- a/src/help/PostgresDoc95.php
+++ b/src/help/PostgresDoc95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc96.php b/src/help/PostgresDoc96.php
index 7979837c..73b89ca8 100644
--- a/src/help/PostgresDoc96.php
+++ b/src/help/PostgresDoc96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Help;
diff --git a/src/traits/AdminTrait.php b/src/traits/AdminTrait.php
index 15baf1d1..d82d5bfa 100644
--- a/src/traits/AdminTrait.php
+++ b/src/traits/AdminTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ExportTrait.php b/src/traits/ExportTrait.php
index 168c7d70..9a4ca625 100644
--- a/src/traits/ExportTrait.php
+++ b/src/traits/ExportTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/FormTrait.php b/src/traits/FormTrait.php
index 0aa5ec7a..57ff6209 100644
--- a/src/traits/FormTrait.php
+++ b/src/traits/FormTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/HelperTrait.php b/src/traits/HelperTrait.php
index d1841ef4..49ca87e4 100644
--- a/src/traits/HelperTrait.php
+++ b/src/traits/HelperTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/InsertEditRowTrait.php b/src/traits/InsertEditRowTrait.php
index 75c21ef4..34efb680 100644
--- a/src/traits/InsertEditRowTrait.php
+++ b/src/traits/InsertEditRowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/MiscTrait.php b/src/traits/MiscTrait.php
index 5963ffe0..99a1bf15 100644
--- a/src/traits/MiscTrait.php
+++ b/src/traits/MiscTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ServersTrait.php b/src/traits/ServersTrait.php
index facb2690..60788a65 100644
--- a/src/traits/ServersTrait.php
+++ b/src/traits/ServersTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatViewsPropertiesTrait.php b/src/traits/ViewsMatViewsPropertiesTrait.php
index 9a5fde25..77153ad4 100644
--- a/src/traits/ViewsMatViewsPropertiesTrait.php
+++ b/src/traits/ViewsMatViewsPropertiesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatviewsTrait.php b/src/traits/ViewsMatviewsTrait.php
index 7e993efc..973bf2d1 100644
--- a/src/traits/ViewsMatviewsTrait.php
+++ b/src/traits/ViewsMatviewsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/translations/Afrikaans.php b/src/translations/Afrikaans.php
index 1c62d5a2..8503cef8 100644
--- a/src/translations/Afrikaans.php
+++ b/src/translations/Afrikaans.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Arabic.php b/src/translations/Arabic.php
index 9818d6dc..d737a3e9 100644
--- a/src/translations/Arabic.php
+++ b/src/translations/Arabic.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Catalan.php b/src/translations/Catalan.php
index 4e2a7e14..20342c92 100644
--- a/src/translations/Catalan.php
+++ b/src/translations/Catalan.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseSim.php b/src/translations/ChineseSim.php
index 517e88e4..25c91a93 100644
--- a/src/translations/ChineseSim.php
+++ b/src/translations/ChineseSim.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseTr.php b/src/translations/ChineseTr.php
index ccd4e909..be9efba0 100644
--- a/src/translations/ChineseTr.php
+++ b/src/translations/ChineseTr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhCn.php b/src/translations/ChineseUtf8ZhCn.php
index a20b3797..b355bc44 100644
--- a/src/translations/ChineseUtf8ZhCn.php
+++ b/src/translations/ChineseUtf8ZhCn.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhTw.php b/src/translations/ChineseUtf8ZhTw.php
index 9de6a55b..7d660072 100644
--- a/src/translations/ChineseUtf8ZhTw.php
+++ b/src/translations/ChineseUtf8ZhTw.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Czech.php b/src/translations/Czech.php
index 6aa3f49f..50e19fd9 100644
--- a/src/translations/Czech.php
+++ b/src/translations/Czech.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Danish.php b/src/translations/Danish.php
index 19a2594f..1ea23e66 100644
--- a/src/translations/Danish.php
+++ b/src/translations/Danish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Dutch.php b/src/translations/Dutch.php
index 7b90f93d..70c2e73f 100644
--- a/src/translations/Dutch.php
+++ b/src/translations/Dutch.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/English.php b/src/translations/English.php
index d054e73d..010095b1 100644
--- a/src/translations/English.php
+++ b/src/translations/English.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/French.php b/src/translations/French.php
index 739b9790..d647c876 100644
--- a/src/translations/French.php
+++ b/src/translations/French.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Galician.php b/src/translations/Galician.php
index 3f59ad24..cbcf2fdb 100644
--- a/src/translations/Galician.php
+++ b/src/translations/Galician.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/German.php b/src/translations/German.php
index 8319489d..90a40c08 100644
--- a/src/translations/German.php
+++ b/src/translations/German.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Greek.php b/src/translations/Greek.php
index 5cbf00d1..72141f12 100644
--- a/src/translations/Greek.php
+++ b/src/translations/Greek.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hebrew.php b/src/translations/Hebrew.php
index 4a6e1257..04039cbd 100644
--- a/src/translations/Hebrew.php
+++ b/src/translations/Hebrew.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hungarian.php b/src/translations/Hungarian.php
index 34b612b2..5e4f796c 100644
--- a/src/translations/Hungarian.php
+++ b/src/translations/Hungarian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Italian.php b/src/translations/Italian.php
index d1094f93..cad31092 100644
--- a/src/translations/Italian.php
+++ b/src/translations/Italian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Japanese.php b/src/translations/Japanese.php
index 6172b2af..6184bd6f 100644
--- a/src/translations/Japanese.php
+++ b/src/translations/Japanese.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Lithuanian.php b/src/translations/Lithuanian.php
index f689a56f..9392acf0 100644
--- a/src/translations/Lithuanian.php
+++ b/src/translations/Lithuanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Mongol.php b/src/translations/Mongol.php
index 92767185..a68fa685 100644
--- a/src/translations/Mongol.php
+++ b/src/translations/Mongol.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Polish.php b/src/translations/Polish.php
index d4d0f888..6878e985 100644
--- a/src/translations/Polish.php
+++ b/src/translations/Polish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortugueseBr.php b/src/translations/PortugueseBr.php
index 2a335c38..e2d963f7 100644
--- a/src/translations/PortugueseBr.php
+++ b/src/translations/PortugueseBr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortuguesePt.php b/src/translations/PortuguesePt.php
index 6ba8c528..dd2723bf 100644
--- a/src/translations/PortuguesePt.php
+++ b/src/translations/PortuguesePt.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Romanian.php b/src/translations/Romanian.php
index feb07a80..038cdbcf 100644
--- a/src/translations/Romanian.php
+++ b/src/translations/Romanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Russian.php b/src/translations/Russian.php
index e3a7c113..41d8cc95 100644
--- a/src/translations/Russian.php
+++ b/src/translations/Russian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/RussianUtf8.php b/src/translations/RussianUtf8.php
index 2f4d69d7..99b7b173 100644
--- a/src/translations/RussianUtf8.php
+++ b/src/translations/RussianUtf8.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Slovak.php b/src/translations/Slovak.php
index eece6832..06db9e67 100644
--- a/src/translations/Slovak.php
+++ b/src/translations/Slovak.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Spanish.php b/src/translations/Spanish.php
index 0868c005..36bb8fd3 100644
--- a/src/translations/Spanish.php
+++ b/src/translations/Spanish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Swedish.php b/src/translations/Swedish.php
index 15cca764..228824ad 100644
--- a/src/translations/Swedish.php
+++ b/src/translations/Swedish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Turkish.php b/src/translations/Turkish.php
index 9b30d1e6..8b5fd731 100644
--- a/src/translations/Turkish.php
+++ b/src/translations/Turkish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Ukrainian.php b/src/translations/Ukrainian.php
index ad3df9c2..a1742c0d 100644
--- a/src/translations/Ukrainian.php
+++ b/src/translations/Ukrainian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/xhtml/HTMLController.php b/src/xhtml/HTMLController.php
index bf21edfd..5a91cba9 100644
--- a/src/xhtml/HTMLController.php
+++ b/src/xhtml/HTMLController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLFooterController.php b/src/xhtml/HTMLFooterController.php
index 44d2dde9..cb2a641b 100644
--- a/src/xhtml/HTMLFooterController.php
+++ b/src/xhtml/HTMLFooterController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLHeaderController.php b/src/xhtml/HTMLHeaderController.php
index a642f546..857736bd 100644
--- a/src/xhtml/HTMLHeaderController.php
+++ b/src/xhtml/HTMLHeaderController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLNavbarController.php b/src/xhtml/HTMLNavbarController.php
index 74b8821c..a627d466 100644
--- a/src/xhtml/HTMLNavbarController.php
+++ b/src/xhtml/HTMLNavbarController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLTableController.php b/src/xhtml/HTMLTableController.php
index a89682e2..b1a5c0bf 100644
--- a/src/xhtml/HTMLTableController.php
+++ b/src/xhtml/HTMLTableController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/TreeController.php b/src/xhtml/TreeController.php
index d8c49875..033c3937 100644
--- a/src/xhtml/TreeController.php
+++ b/src/xhtml/TreeController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlButton.php b/src/xhtml/XHtmlButton.php
index 67be0379..22efebde 100644
--- a/src/xhtml/XHtmlButton.php
+++ b/src/xhtml/XHtmlButton.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlElement.php b/src/xhtml/XHtmlElement.php
index 4d851644..f323d3ac 100644
--- a/src/xhtml/XHtmlElement.php
+++ b/src/xhtml/XHtmlElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlOption.php b/src/xhtml/XHtmlOption.php
index 6c1170ca..1ed493d2 100644
--- a/src/xhtml/XHtmlOption.php
+++ b/src/xhtml/XHtmlOption.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSelect.php b/src/xhtml/XHtmlSelect.php
index fbaa6744..230e5657 100644
--- a/src/xhtml/XHtmlSelect.php
+++ b/src/xhtml/XHtmlSelect.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSimpleElement.php b/src/xhtml/XHtmlSimpleElement.php
index 99f1fde6..bc66c190 100644
--- a/src/xhtml/XHtmlSimpleElement.php
+++ b/src/xhtml/XHtmlSimpleElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace PHPPgAdmin\XHtml;
diff --git a/tests/_support/AcceptanceTester.php b/tests/_support/AcceptanceTester.php
index 3493674f..c38ee482 100644
--- a/tests/_support/AcceptanceTester.php
+++ b/tests/_support/AcceptanceTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
class AcceptanceTester extends \Codeception\Actor
diff --git a/tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php
index 6c682395..6c8582bb 100644
--- a/tests/_support/FunctionalTester.php
+++ b/tests/_support/FunctionalTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
class FunctionalTester extends \Codeception\Actor
diff --git a/tests/_support/Helper/Acceptance.php b/tests/_support/Helper/Acceptance.php
index 6bea71c1..3a8d7a1d 100644
--- a/tests/_support/Helper/Acceptance.php
+++ b/tests/_support/Helper/Acceptance.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace Helper;
diff --git a/tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php
index 60050807..2688c605 100644
--- a/tests/_support/Helper/Functional.php
+++ b/tests/_support/Helper/Functional.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace Helper;
diff --git a/tests/_support/Helper/Unit.php b/tests/_support/Helper/Unit.php
index 257a5474..551535d9 100644
--- a/tests/_support/Helper/Unit.php
+++ b/tests/_support/Helper/Unit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace Helper;
diff --git a/tests/_support/UnitTester.php b/tests/_support/UnitTester.php
index 3dd291e8..b18e6855 100644
--- a/tests/_support/UnitTester.php
+++ b/tests/_support/UnitTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
class UnitTester extends \Codeception\Actor
diff --git a/tests/_support/_generated/UnitTesterActions.php b/tests/_support/_generated/UnitTesterActions.php
index e7cec4b6..11ee68f5 100644
--- a/tests/_support/_generated/UnitTesterActions.php
+++ b/tests/_support/_generated/UnitTesterActions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
namespace _generated;
diff --git a/tests/unit/ContainerTest.php b/tests/unit/ContainerTest.php
index a406d32d..546a1f59 100644
--- a/tests/unit/ContainerTest.php
+++ b/tests/unit/ContainerTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
class ContainerTest extends \Codeception\Test\Unit
diff --git a/tests/unit/ViewTest.php b/tests/unit/ViewTest.php
index 1b8ea0af..48676176 100644
--- a/tests/unit/ViewTest.php
+++ b/tests/unit/ViewTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
class ViewTest extends \Codeception\Test\Unit
diff --git a/tests/views/acinsert.php b/tests/views/acinsert.php
index 8d4daa6e..160ead58 100644
--- a/tests/views/acinsert.php
+++ b/tests/views/acinsert.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
$do_render = false;
diff --git a/tests/views/aggregates.php b/tests/views/aggregates.php
index 1211f443..2336abc7 100644
--- a/tests/views/aggregates.php
+++ b/tests/views/aggregates.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/alldb.php b/tests/views/alldb.php
index 808b43dd..f8259c0b 100644
--- a/tests/views/alldb.php
+++ b/tests/views/alldb.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/browser.php b/tests/views/browser.php
index 74555919..202f5289 100644
--- a/tests/views/browser.php
+++ b/tests/views/browser.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
$do_render = false;
diff --git a/tests/views/casts.php b/tests/views/casts.php
index 2eea7b95..5b420fda 100644
--- a/tests/views/casts.php
+++ b/tests/views/casts.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/colproperties.php b/tests/views/colproperties.php
index a69bca31..e50f68c2 100644
--- a/tests/views/colproperties.php
+++ b/tests/views/colproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/constraints.php b/tests/views/constraints.php
index 4823fc3e..84891f93 100644
--- a/tests/views/constraints.php
+++ b/tests/views/constraints.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/conversions.php b/tests/views/conversions.php
index 8f5aec77..e73396f5 100644
--- a/tests/views/conversions.php
+++ b/tests/views/conversions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/database.php b/tests/views/database.php
index 080c79fd..0816bdc6 100644
--- a/tests/views/database.php
+++ b/tests/views/database.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/dataexport.php b/tests/views/dataexport.php
index a76fa4d8..580a43e4 100644
--- a/tests/views/dataexport.php
+++ b/tests/views/dataexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
$do_render = false;
diff --git a/tests/views/dataimport.php b/tests/views/dataimport.php
index 667624ca..835dd98c 100644
--- a/tests/views/dataimport.php
+++ b/tests/views/dataimport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
$do_render = false;
diff --git a/tests/views/dbexport.php b/tests/views/dbexport.php
index 46f36fb2..7b62da9b 100644
--- a/tests/views/dbexport.php
+++ b/tests/views/dbexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
$do_render = false;
diff --git a/tests/views/display.php b/tests/views/display.php
index ad3bf6ee..478050ed 100644
--- a/tests/views/display.php
+++ b/tests/views/display.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/domains.php b/tests/views/domains.php
index 52709ab6..ee4cdb95 100644
--- a/tests/views/domains.php
+++ b/tests/views/domains.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/fulltext.php b/tests/views/fulltext.php
index 9b47b39e..d3310775 100644
--- a/tests/views/fulltext.php
+++ b/tests/views/fulltext.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/functions.php b/tests/views/functions.php
index 9fb68b1a..6dab8a2e 100644
--- a/tests/views/functions.php
+++ b/tests/views/functions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/groups.php b/tests/views/groups.php
index 7a1afdbb..083957b8 100644
--- a/tests/views/groups.php
+++ b/tests/views/groups.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/help.php b/tests/views/help.php
index 22292d79..b1e57c45 100644
--- a/tests/views/help.php
+++ b/tests/views/help.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/history.php b/tests/views/history.php
index 2217c792..11b1b866 100644
--- a/tests/views/history.php
+++ b/tests/views/history.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/indexes.php b/tests/views/indexes.php
index 4c6d943e..18bfd248 100644
--- a/tests/views/indexes.php
+++ b/tests/views/indexes.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/info.php b/tests/views/info.php
index 8518268f..2a99fcea 100644
--- a/tests/views/info.php
+++ b/tests/views/info.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/intro.php b/tests/views/intro.php
index 15fe381e..e064cea8 100644
--- a/tests/views/intro.php
+++ b/tests/views/intro.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
$do_render = false;
diff --git a/tests/views/languages.php b/tests/views/languages.php
index 8bb1f67b..52f24eb3 100644
--- a/tests/views/languages.php
+++ b/tests/views/languages.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/login.php b/tests/views/login.php
index c209d27f..bfc4d7b4 100644
--- a/tests/views/login.php
+++ b/tests/views/login.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
$do_render = false;
diff --git a/tests/views/materializedviewproperties.php b/tests/views/materializedviewproperties.php
index 074e5567..c363ebff 100644
--- a/tests/views/materializedviewproperties.php
+++ b/tests/views/materializedviewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/materializedviews.php b/tests/views/materializedviews.php
index 502985b0..685ed2a2 100644
--- a/tests/views/materializedviews.php
+++ b/tests/views/materializedviews.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/opclasses.php b/tests/views/opclasses.php
index a8b58da2..a2495d3e 100644
--- a/tests/views/opclasses.php
+++ b/tests/views/opclasses.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/operators.php b/tests/views/operators.php
index 570e903c..8583020e 100644
--- a/tests/views/operators.php
+++ b/tests/views/operators.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/privileges.php b/tests/views/privileges.php
index c75ce65c..730ab8e8 100644
--- a/tests/views/privileges.php
+++ b/tests/views/privileges.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
$do_render = false;
diff --git a/tests/views/roles.php b/tests/views/roles.php
index ac9ed28e..5f46eb32 100644
--- a/tests/views/roles.php
+++ b/tests/views/roles.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/rules.php b/tests/views/rules.php
index 94481201..b3be28a4 100644
--- a/tests/views/rules.php
+++ b/tests/views/rules.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/schemas.php b/tests/views/schemas.php
index 8bc32914..8c90dd55 100644
--- a/tests/views/schemas.php
+++ b/tests/views/schemas.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/sequences.php b/tests/views/sequences.php
index 946ac21b..d946d865 100644
--- a/tests/views/sequences.php
+++ b/tests/views/sequences.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/servers.php b/tests/views/servers.php
index c8556968..6eeacea7 100644
--- a/tests/views/servers.php
+++ b/tests/views/servers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
$do_render = false;
diff --git a/tests/views/sql.php b/tests/views/sql.php
index b16fa244..5394a339 100644
--- a/tests/views/sql.php
+++ b/tests/views/sql.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/sqledit.php b/tests/views/sqledit.php
index a9c8cbc2..032d2124 100644
--- a/tests/views/sqledit.php
+++ b/tests/views/sqledit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/tables.php b/tests/views/tables.php
index 21ac90b1..0fc8d55b 100644
--- a/tests/views/tables.php
+++ b/tests/views/tables.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
$do_render = false;
diff --git a/tests/views/tablespaces.php b/tests/views/tablespaces.php
index 186f2a7a..c618812e 100644
--- a/tests/views/tablespaces.php
+++ b/tests/views/tablespaces.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/tblproperties.php b/tests/views/tblproperties.php
index 5649e384..fb4f52b6 100644
--- a/tests/views/tblproperties.php
+++ b/tests/views/tblproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/triggers.php b/tests/views/triggers.php
index 6866b4ca..4628fa77 100644
--- a/tests/views/triggers.php
+++ b/tests/views/triggers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/types.php b/tests/views/types.php
index 948b2b08..e6bccdf7 100644
--- a/tests/views/types.php
+++ b/tests/views/types.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/users.php b/tests/views/users.php
index aab7e43a..73e1cd72 100644
--- a/tests/views/users.php
+++ b/tests/views/users.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/viewproperties.php b/tests/views/viewproperties.php
index 8855f8de..0b8ba6c2 100644
--- a/tests/views/viewproperties.php
+++ b/tests/views/viewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions
diff --git a/tests/views/views.php b/tests/views/views.php
index 9f43e2ea..53545fd9 100644
--- a/tests/views/views.php
+++ b/tests/views/views.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC5
+ * PHPPgAdmin v6.0.0-RC6
*/
// Include application functions