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-01-15 01:02:39 +0300
committerAmenadiel <amenadiel@gmail.com>2020-01-15 01:02:39 +0300
commite8903a1aec3f28fb4bef96ccd6cc8fb5db4f0694 (patch)
treeeebf63645513062a6a37cf258692a370d65f4e09
parentd7fe9495f5f5cd716ae3eed21d2d87dfe4d44bd1 (diff)
Creating Tag v6.0.0-RC3 at 2020-01-14 -v6.0.0-RC3
-rw-r--r--.php_cs.cache2
-rw-r--r--composer.json2
-rw-r--r--composer.lock4
-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.php18
-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.php16
-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.php2
-rw-r--r--src/decorators/ArrayMergeDecorator.php2
-rw-r--r--src/decorators/BranchUrlDecorator.php2
-rw-r--r--src/decorators/CallbackDecorator.php2
-rw-r--r--src/decorators/ConcatDecorator.php2
-rw-r--r--src/decorators/Decorator.php2
-rw-r--r--src/decorators/FieldDecorator.php2
-rw-r--r--src/decorators/IfEmptyDecorator.php2
-rw-r--r--src/decorators/RedirectUrlDecorator.php2
-rw-r--r--src/decorators/ReplaceDecorator.php2
-rw-r--r--src/decorators/UrlDecorator.php2
-rw-r--r--src/help/PostgresDoc10.php2
-rw-r--r--src/help/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, 243 insertions, 243 deletions
diff --git a/.php_cs.cache b/.php_cs.cache
index b1e3829e..0cb0d082 100644
--- a/.php_cs.cache
+++ b/.php_cs.cache
@@ -1 +1 @@
-{"php":"7.2.25-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-RC2"},"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":1097491072,"src\/classes\/ContainerUtils.php":20403620,"src\/classes\/Translations.php":2147137122,"src\/classes\/ADONewConnection.php":544499645,"src\/classes\/ADORecordSet.php":1559156762,"src\/classes\/Misc.php":128233002,"src\/classes\/ArrayRecordSet.php":2052457821,"src\/classes\/PluginManager.php":3572781574,"src\/controllers\/OperatorsController.php":470701308,"src\/controllers\/InfoController.php":576767415,"src\/controllers\/SequencesController.php":1405547551,"src\/controllers\/LoginController.php":2729844504,"src\/controllers\/BrowserController.php":2125945,"src\/controllers\/LanguagesController.php":3644852414,"src\/controllers\/OpclassesController.php":2073251162,"src\/controllers\/SqlController.php":3764080337,"src\/controllers\/CastsController.php":2252205653,"src\/controllers\/TblpropertiesController.php":1459908123,"src\/controllers\/ConversionsController.php":2511317519,"src\/controllers\/FulltextController.php":2082793492,"src\/controllers\/IndexesController.php":3382162653,"src\/controllers\/MaterializedviewpropertiesController.php":1536615153,"src\/controllers\/BaseController.php":927554780,"src\/controllers\/TablespacesController.php":323887674,"src\/controllers\/ServersController.php":436969094,"src\/controllers\/PrivilegesController.php":3763197500,"src\/controllers\/DataexportController.php":3171322312,"src\/controllers\/TablesController.php":2830154991,"src\/controllers\/MaterializedviewsController.php":2194088487,"src\/controllers\/ViewpropertiesController.php":1296035440,"src\/controllers\/SchemasController.php":1910418813,"src\/controllers\/DisplayController.php":1466781734,"src\/controllers\/FunctionsController.php":1971399617,"src\/controllers\/TriggersController.php":3192912867,"src\/controllers\/UsersController.php":3212064099,"src\/controllers\/DatabaseController.php":2445176923,"src\/controllers\/AcinsertController.php":502648987,"src\/controllers\/SqleditController.php":1776678561,"src\/controllers\/ViewsController.php":800560320,"src\/controllers\/IntroController.php":3550479857,"src\/controllers\/AlldbController.php":2119264072,"src\/controllers\/ColpropertiesController.php":691420862,"src\/controllers\/TypesController.php":4042582911,"src\/controllers\/DomainsController.php":249732800,"src\/controllers\/ConstraintsController.php":271905798,"src\/controllers\/RolesController.php":539217818,"src\/controllers\/HelpController.php":2620811373,"src\/controllers\/RulesController.php":1348497740,"src\/controllers\/HistoryController.php":3063360579,"src\/controllers\/AggregatesController.php":2715572466,"src\/controllers\/DbexportController.php":3715289421,"src\/controllers\/GroupsController.php":679976093,"src\/controllers\/DataimportController.php":621565722,"src\/database\/Postgres90.php":2096076494,"src\/database\/ADOdbBase.php":984020031,"src\/database\/Postgres84.php":3234660857,"src\/database\/Postgres13.php":1867053530,"src\/database\/Postgres82.php":3835597548,"src\/database\/Postgres.php":596085637,"src\/database\/Postgres80.php":2400193418,"src\/database\/Postgres11.php":3798712456,"src\/database\/Postgres74.php":257739454,"src\/database\/Postgres81.php":3333110559,"src\/database\/databasetraits\/StatsTrait.php":3293485427,"src\/database\/databasetraits\/SchemaTrait.php":2431811631,"src\/database\/databasetraits\/ColumnTrait.php":3612782545,"src\/database\/databasetraits\/AggregateTrait.php":3157773827,"src\/database\/databasetraits\/TriggerTrait.php":2142917071,"src\/database\/databasetraits\/PrivilegesTrait.php":1789813903,"src\/database\/databasetraits\/RoleTrait.php":4191770019,"src\/database\/databasetraits\/FtsTrait.php":453760167,"src\/database\/databasetraits\/HasTrait.php":2750573919,"src\/database\/databasetraits\/TableTrait.php":113874573,"src\/database\/databasetraits\/FunctionTrait.php":430195664,"src\/database\/databasetraits\/RowTrait.php":3400489522,"src\/database\/databasetraits\/TablespaceTrait.php":864298299,"src\/database\/databasetraits\/DatabaseTrait.php":599378828,"src\/database\/databasetraits\/SequenceTrait.php":4250634907,"src\/database\/databasetraits\/DomainTrait.php":4121415019,"src\/database\/databasetraits\/OperatorTrait.php":1127847400,"src\/database\/databasetraits\/IndexTrait.php":2286920134,"src\/database\/databasetraits\/ViewTrait.php":4276182108,"src\/database\/databasetraits\/TypeTrait.php":121536899,"src\/database\/Postgres94.php":935549495,"src\/database\/Postgres83.php":1166489872,"src\/database\/Postgres92.php":1625264404,"src\/database\/Postgres12.php":188877609,"src\/database\/Postgres10.php":1696039654,"src\/database\/Connection.php":1083974913,"src\/database\/Postgres95.php":3728302706,"src\/database\/Postgres91.php":2310492938,"src\/database\/Postgres96.php":4164705294,"src\/database\/Postgres93.php":2905452290,"src\/decorators\/UrlDecorator.php":2505976546,"src\/decorators\/BranchUrlDecorator.php":198430527,"src\/decorators\/FieldDecorator.php":1312668669,"src\/decorators\/ArrayMergeDecorator.php":2910683727,"src\/decorators\/ReplaceDecorator.php":1618471319,"src\/decorators\/CallbackDecorator.php":1607319898,"src\/decorators\/ActionUrlDecorator.php":3944317159,"src\/decorators\/ConcatDecorator.php":810552627,"src\/decorators\/IfEmptyDecorator.php":2335052815,"src\/decorators\/Decorator.php":1320059395,"src\/decorators\/RedirectUrlDecorator.php":711880635,"src\/help\/PostgresDoc10.php":3449515298,"src\/help\/PostgresDoc74.php":2107863935,"src\/help\/PostgresDoc82.php":949165892,"src\/help\/PostgresDoc83.php":3679111983,"src\/help\/PostgresDoc91.php":2467608124,"src\/help\/PostgresDoc96.php":2148995230,"src\/help\/PostgresDoc95.php":2551032518,"src\/help\/PostgresDoc84.php":2478927416,"src\/help\/PostgresDoc93.php":962547211,"src\/help\/PostgresDoc92.php":2219494822,"src\/help\/PostgresDoc90.php":1972615098,"src\/help\/PostgresDoc80.php":2877311258,"src\/help\/PostgresDoc94.php":3431332382,"src\/help\/PostgresDoc81.php":2462428955,"src\/translations\/French.php":2900581310,"src\/translations\/Afrikaans.php":3843624292,"src\/translations\/Catalan.php":3125152865,"src\/translations\/Arabic.php":2896257608,"src\/translations\/Polish.php":174809615,"src\/translations\/ChineseTr.php":2103676439,"src\/translations\/Lithuanian.php":1658005174,"src\/translations\/Danish.php":378573604,"src\/translations\/PortugueseBr.php":3460007783,"src\/translations\/Hungarian.php":2990877355,"src\/translations\/Hebrew.php":3302577937,"src\/translations\/Slovak.php":637666921,"src\/translations\/Mongol.php":2403068300,"src\/translations\/Romanian.php":1195460850,"src\/translations\/ChineseUtf8ZhTw.php":1162498993,"src\/translations\/Italian.php":3083041091,"src\/translations\/Spanish.php":991756966,"src\/translations\/Dutch.php":1875163377,"src\/translations\/ChineseUtf8ZhCn.php":3781203035,"src\/translations\/Greek.php":3888255532,"src\/translations\/Galician.php":1319096822,"src\/translations\/Turkish.php":1245693085,"src\/translations\/PortuguesePt.php":241394404,"src\/translations\/Ukrainian.php":3086575546,"src\/translations\/ChineseSim.php":4141508349,"src\/translations\/Japanese.php":966339825,"src\/translations\/English.php":1725331114,"src\/translations\/Russian.php":82512951,"src\/translations\/Czech.php":185899745,"src\/translations\/Swedish.php":1948073022,"src\/translations\/RussianUtf8.php":1502547838,"src\/translations\/German.php":2602483370,"src\/xhtml\/TreeController.php":3423898703,"src\/xhtml\/HTMLTableController.php":3787018150,"src\/xhtml\/XHtmlSelect.php":2028374650,"src\/xhtml\/HTMLController.php":3638032806,"src\/xhtml\/HTMLFooterController.php":3828479937,"src\/xhtml\/XHtmlButton.php":1334196050,"src\/xhtml\/HTMLHeaderController.php":1535125141,"src\/xhtml\/XHtmlElement.php":3190122729,"src\/xhtml\/XHtmlOption.php":3362358254,"src\/xhtml\/XHtmlSimpleElement.php":2030665893,"src\/xhtml\/HTMLNavbarController.php":3621807422,"src\/traits\/HelperTrait.php":1545026361,"src\/traits\/FormTrait.php":2196884978,"src\/traits\/ServersTrait.php":3709435057,"src\/traits\/InsertEditRowTrait.php":4017457784,"src\/traits\/MiscTrait.php":3815965200,"src\/traits\/ExportTrait.php":4221711042,"src\/traits\/ViewsMatviewsTrait.php":900881504,"src\/traits\/AdminTrait.php":3499533950,"src\/traits\/ViewsMatViewsPropertiesTrait.php":3115792778,"tests\/views\/casts.php":2330626489,"tests\/views\/conversions.php":3926033835,"tests\/views\/dataimport.php":1037902631,"tests\/views\/intro.php":710704041,"tests\/views\/servers.php":669497897,"tests\/views\/tables.php":1453930874,"tests\/views\/operators.php":1004519351,"tests\/views\/triggers.php":2366249494,"tests\/views\/alldb.php":1786133718,"tests\/views\/acinsert.php":527582123,"tests\/views\/aggregates.php":3379792902,"tests\/views\/dbexport.php":3297272606,"tests\/views\/functions.php":1879109397,"tests\/views\/groups.php":3800131412,"tests\/views\/viewproperties.php":2615869823,"tests\/views\/dataexport.php":1719727600,"tests\/views\/sequences.php":1305353813,"tests\/views\/info.php":1762104070,"tests\/views\/materializedviews.php":2453533217,"tests\/views\/types.php":765806930,"tests\/views\/tablespaces.php":2929706843,"tests\/views\/opclasses.php":1049013265,"tests\/views\/login.php":2478472511,"tests\/views\/schemas.php":1505975510,"tests\/views\/help.php":3150447109,"tests\/views\/tblproperties.php":1970556957,"tests\/views\/display.php":909152643,"tests\/views\/indexes.php":3553078684,"tests\/views\/rules.php":482571170,"tests\/views\/roles.php":1965593260,"tests\/views\/materializedviewproperties.php":1212558310,"tests\/views\/domains.php":392952547,"tests\/views\/languages.php":2546295598,"tests\/views\/privileges.php":635931495,"tests\/views\/history.php":4238560281,"tests\/views\/colproperties.php":1982535772,"tests\/views\/views.php":74802447,"tests\/views\/fulltext.php":1922853031,"tests\/views\/sql.php":538244924,"tests\/views\/sqledit.php":2696078153,"tests\/views\/database.php":4263100028,"tests\/views\/users.php":3124195766,"tests\/views\/browser.php":1868164557,"tests\/views\/constraints.php":1088053640,"tests\/unit\/ContainerTest.php":1043558151,"tests\/unit\/ViewTest.php":1184024510,"tests\/_support\/Helper\/Acceptance.php":3309569460,"tests\/_support\/Helper\/Functional.php":3973290552,"tests\/_support\/Helper\/Unit.php":1900820317,"tests\/_support\/UnitTester.php":1311252506,"tests\/_support\/AcceptanceTester.php":2850705594,"tests\/_support\/_generated\/UnitTesterActions.php":3819975904,"tests\/_support\/FunctionalTester.php":1806881718,"index.php":316049319,"tests\/selenium\/src\/99-cleantests.php":2381080885,"tests\/selenium\/src\/01-roles.php":556313261,"tests\/selenium\/src\/25-column.php":3845847267,"tests\/selenium\/src\/10-table.php":3501886139,"tests\/selenium\/src\/35-index.php":626935781,"tests\/selenium\/src\/15-sequence.php":1651912194,"tests\/selenium\/src\/08-domaine.php":3727987087,"tests\/selenium\/src\/12-admin.php":2290029654,"tests\/selenium\/src\/20-constraint.php":3216139328,"tests\/selenium\/src\/06-schema.php":1744076693,"tests\/selenium\/src\/04-database.php":3069625634,"tests\/selenium\/src\/30-view.php":1962175018,"tests\/selenium\/testBuilder.class.php":1525616132,"tests\/selenium\/TestSuite.php":2562671661,"tests\/simpletest\/config.tests.php":2978927719,"tests\/simpletest\/testcase\/Databases\/ProcessesTest.php":3409694342,"tests\/simpletest\/testcase\/Databases\/AdminTest.php":3129078431,"tests\/simpletest\/testcase\/Databases\/CastsTest.php":3972360424,"tests\/simpletest\/testcase\/Databases\/DatabaseTest.php":1081589649,"tests\/simpletest\/testcase\/Databases\/VariablesTest.php":3540999416,"tests\/simpletest\/testcase\/Databases\/HelpTest.php":3289551258,"tests\/simpletest\/testcase\/Databases\/SqlTest.php":335478742,"tests\/simpletest\/testcase\/Databases\/DatabaseGroupTest.php":452870759,"tests\/simpletest\/testcase\/Databases\/SchemaBasicTest.php":4138930010,"tests\/simpletest\/testcase\/Databases\/LanguageTest.php":2012122476,"tests\/simpletest\/testcase\/Databases\/FindObjectsTest.php":992832812,"tests\/simpletest\/testcase\/Schemas\/DomainTest.php":3825961249,"tests\/simpletest\/testcase\/Schemas\/TableTest.php":3135385216,"tests\/simpletest\/testcase\/Schemas\/TypeTest.php":2252174121,"tests\/simpletest\/testcase\/Schemas\/FunctionTest.php":3252353882,"tests\/simpletest\/testcase\/Schemas\/SchemasGroupTest.php":2203984825,"tests\/simpletest\/testcase\/Schemas\/ConversionTest.php":3924999252,"tests\/simpletest\/testcase\/Schemas\/SequenceTest.php":3311498887,"tests\/simpletest\/testcase\/Schemas\/ViewTest.php":3939658278,"tests\/simpletest\/testcase\/Schemas\/OperatorTest.php":2364705537,"tests\/simpletest\/testcase\/Schemas\/AggregateTest.php":3131792522,"tests\/simpletest\/testcase\/Schemas\/OpClassTest.php":567888471,"tests\/simpletest\/testcase\/simpletest.inc.php":2105305701,"tests\/simpletest\/testcase\/testphpPgAdminMain.php":934061917,"tests\/simpletest\/testcase\/Public\/SetPrecondition.php":2380310539,"tests\/simpletest\/testcase\/Public\/common.php":76600753,"tests\/simpletest\/testcase\/phpcoverage.inc.php":2360833072,"tests\/simpletest\/testcase\/Common\/SecurityTest.php":1733270841,"tests\/simpletest\/testcase\/Common\/CommonGroupTest.php":4191130461,"tests\/simpletest\/testcase\/Common\/ImportTest.php":3217015933,"tests\/simpletest\/testcase\/Common\/ExportTest.php":334187978,"tests\/simpletest\/testcase\/coveragephpPgAdminMain.php":3557518328,"tests\/simpletest\/testcase\/Server\/TableSpacesTest.php":2049094198,"tests\/simpletest\/testcase\/Server\/ReportsTest.php":269746436,"tests\/simpletest\/testcase\/Server\/GroupsTest.php":2329578327,"tests\/simpletest\/testcase\/Server\/ServerGroupTest.php":2681240765,"tests\/simpletest\/testcase\/Server\/UsersTest.php":2792017290,"tests\/simpletest\/testcase\/Tables\/InfoTest.php":1880984838,"tests\/simpletest\/testcase\/Tables\/ConstraintsTest.php":2064318027,"tests\/simpletest\/testcase\/Tables\/TableGroupTest.php":4191391504,"tests\/simpletest\/testcase\/Tables\/ColumnTest.php":3908133821,"tests\/simpletest\/testcase\/Tables\/TriggersTest.php":881120655,"tests\/simpletest\/testcase\/Tables\/DeadlockTest.php":3740499207,"tests\/simpletest\/testcase\/Tables\/RulesTest.php":544085757,"tests\/simpletest\/testcase\/Tables\/IndexesTest.php":908204919,"tests\/simpletest\/tests.php":2256762956}} \ No newline at end of file
+{"php":"7.2.25-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-RC3"},"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":1856540389,"src\/classes\/ContainerUtils.php":842269882,"src\/classes\/Translations.php":1128647291,"src\/classes\/ADONewConnection.php":3793269615,"src\/classes\/ADORecordSet.php":563448321,"src\/classes\/Misc.php":280911658,"src\/classes\/ArrayRecordSet.php":4108722270,"src\/classes\/PluginManager.php":1096551063,"src\/controllers\/OperatorsController.php":1529678,"src\/controllers\/InfoController.php":3937091741,"src\/controllers\/SequencesController.php":2783953979,"src\/controllers\/LoginController.php":1917457895,"src\/controllers\/BrowserController.php":1829542463,"src\/controllers\/LanguagesController.php":2067977014,"src\/controllers\/OpclassesController.php":906510354,"src\/controllers\/SqlController.php":3189667040,"src\/controllers\/CastsController.php":1881079208,"src\/controllers\/TblpropertiesController.php":1365384806,"src\/controllers\/ConversionsController.php":829854318,"src\/controllers\/FulltextController.php":2381485872,"src\/controllers\/IndexesController.php":2350062780,"src\/controllers\/MaterializedviewpropertiesController.php":2102651082,"src\/controllers\/BaseController.php":105800194,"src\/controllers\/TablespacesController.php":583933656,"src\/controllers\/ServersController.php":1335656966,"src\/controllers\/PrivilegesController.php":2623331645,"src\/controllers\/DataexportController.php":395037368,"src\/controllers\/TablesController.php":213459460,"src\/controllers\/MaterializedviewsController.php":661479089,"src\/controllers\/ViewpropertiesController.php":328098327,"src\/controllers\/SchemasController.php":2001039686,"src\/controllers\/DisplayController.php":3915417168,"src\/controllers\/FunctionsController.php":2432118865,"src\/controllers\/TriggersController.php":3314286763,"src\/controllers\/UsersController.php":2359376601,"src\/controllers\/DatabaseController.php":3142856169,"src\/controllers\/AcinsertController.php":2185915919,"src\/controllers\/SqleditController.php":2531897536,"src\/controllers\/ViewsController.php":3504755239,"src\/controllers\/IntroController.php":1681035301,"src\/controllers\/AlldbController.php":4102728183,"src\/controllers\/ColpropertiesController.php":1212571289,"src\/controllers\/TypesController.php":787224056,"src\/controllers\/DomainsController.php":787748816,"src\/controllers\/ConstraintsController.php":3482497378,"src\/controllers\/RolesController.php":853093117,"src\/controllers\/HelpController.php":411642501,"src\/controllers\/RulesController.php":3117434043,"src\/controllers\/HistoryController.php":140720943,"src\/controllers\/AggregatesController.php":379430115,"src\/controllers\/DbexportController.php":4207227540,"src\/controllers\/GroupsController.php":398246284,"src\/controllers\/DataimportController.php":692314871,"src\/database\/Postgres90.php":2125286760,"src\/database\/ADOdbBase.php":736688553,"src\/database\/Postgres84.php":740873459,"src\/database\/Postgres13.php":3322449340,"src\/database\/Postgres82.php":469358239,"src\/database\/Postgres.php":2269194365,"src\/database\/Postgres80.php":2025708824,"src\/database\/Postgres11.php":290060349,"src\/database\/Postgres74.php":959387740,"src\/database\/Postgres81.php":4094701489,"src\/database\/databasetraits\/StatsTrait.php":2596369299,"src\/database\/databasetraits\/SchemaTrait.php":1015788709,"src\/database\/databasetraits\/ColumnTrait.php":4035025884,"src\/database\/databasetraits\/AggregateTrait.php":2330892422,"src\/database\/databasetraits\/TriggerTrait.php":3872137081,"src\/database\/databasetraits\/PrivilegesTrait.php":228740588,"src\/database\/databasetraits\/RoleTrait.php":2822155526,"src\/database\/databasetraits\/FtsTrait.php":1847494317,"src\/database\/databasetraits\/HasTrait.php":3398931430,"src\/database\/databasetraits\/TableTrait.php":2158066682,"src\/database\/databasetraits\/FunctionTrait.php":2792012514,"src\/database\/databasetraits\/RowTrait.php":1587782849,"src\/database\/databasetraits\/TablespaceTrait.php":3098948140,"src\/database\/databasetraits\/DatabaseTrait.php":4006543392,"src\/database\/databasetraits\/SequenceTrait.php":22391780,"src\/database\/databasetraits\/DomainTrait.php":427370545,"src\/database\/databasetraits\/OperatorTrait.php":3372031353,"src\/database\/databasetraits\/IndexTrait.php":2837445267,"src\/database\/databasetraits\/ViewTrait.php":2391834429,"src\/database\/databasetraits\/TypeTrait.php":3071390067,"src\/database\/Postgres94.php":1744963235,"src\/database\/Postgres83.php":2971365768,"src\/database\/Postgres92.php":430655656,"src\/database\/Postgres12.php":1293869231,"src\/database\/Postgres10.php":1868970512,"src\/database\/Connection.php":1376316618,"src\/database\/Postgres95.php":3631721167,"src\/database\/Postgres91.php":576624202,"src\/database\/Postgres96.php":2347769708,"src\/database\/Postgres93.php":4106480512,"src\/decorators\/UrlDecorator.php":3806966373,"src\/decorators\/BranchUrlDecorator.php":3489980518,"src\/decorators\/FieldDecorator.php":648769872,"src\/decorators\/ArrayMergeDecorator.php":2655202581,"src\/decorators\/ReplaceDecorator.php":1083072212,"src\/decorators\/CallbackDecorator.php":224917428,"src\/decorators\/ActionUrlDecorator.php":3667630310,"src\/decorators\/ConcatDecorator.php":1876995691,"src\/decorators\/IfEmptyDecorator.php":2699846749,"src\/decorators\/Decorator.php":1455422567,"src\/decorators\/RedirectUrlDecorator.php":1685817920,"src\/help\/PostgresDoc10.php":3252897131,"src\/help\/PostgresDoc74.php":3591325619,"src\/help\/PostgresDoc82.php":4284011734,"src\/help\/PostgresDoc83.php":1344943267,"src\/help\/PostgresDoc91.php":2406977607,"src\/help\/PostgresDoc96.php":1311007061,"src\/help\/PostgresDoc95.php":1446959885,"src\/help\/PostgresDoc84.php":2409777219,"src\/help\/PostgresDoc93.php":2137111658,"src\/help\/PostgresDoc92.php":3225051618,"src\/help\/PostgresDoc90.php":1777373633,"src\/help\/PostgresDoc80.php":2283840525,"src\/help\/PostgresDoc94.php":3504790629,"src\/help\/PostgresDoc81.php":907188934,"src\/translations\/French.php":2508650358,"src\/translations\/Afrikaans.php":3436883426,"src\/translations\/Catalan.php":1602723665,"src\/translations\/Arabic.php":1410731185,"src\/translations\/Polish.php":2663167337,"src\/translations\/ChineseTr.php":4276233997,"src\/translations\/Lithuanian.php":4015227647,"src\/translations\/Danish.php":4010765139,"src\/translations\/PortugueseBr.php":850244961,"src\/translations\/Hungarian.php":2692859021,"src\/translations\/Hebrew.php":4165461383,"src\/translations\/Slovak.php":677154744,"src\/translations\/Mongol.php":3428418994,"src\/translations\/Romanian.php":22110933,"src\/translations\/ChineseUtf8ZhTw.php":762623149,"src\/translations\/Italian.php":958974223,"src\/translations\/Spanish.php":624150143,"src\/translations\/Dutch.php":402382116,"src\/translations\/ChineseUtf8ZhCn.php":3720251757,"src\/translations\/Greek.php":41772457,"src\/translations\/Galician.php":1120337651,"src\/translations\/Turkish.php":2875825906,"src\/translations\/PortuguesePt.php":3373312161,"src\/translations\/Ukrainian.php":4074314727,"src\/translations\/ChineseSim.php":1646824479,"src\/translations\/Japanese.php":3063919511,"src\/translations\/English.php":672757126,"src\/translations\/Russian.php":1834435513,"src\/translations\/Czech.php":4220838799,"src\/translations\/Swedish.php":1318758322,"src\/translations\/RussianUtf8.php":633165225,"src\/translations\/German.php":3660688612,"src\/xhtml\/TreeController.php":1075852727,"src\/xhtml\/HTMLTableController.php":3644954715,"src\/xhtml\/XHtmlSelect.php":3677097337,"src\/xhtml\/HTMLController.php":2556143381,"src\/xhtml\/HTMLFooterController.php":2071648457,"src\/xhtml\/XHtmlButton.php":3896196682,"src\/xhtml\/HTMLHeaderController.php":3666453197,"src\/xhtml\/XHtmlElement.php":1950936260,"src\/xhtml\/XHtmlOption.php":3345285874,"src\/xhtml\/XHtmlSimpleElement.php":2683637356,"src\/xhtml\/HTMLNavbarController.php":2965255689,"src\/traits\/HelperTrait.php":2750346364,"src\/traits\/FormTrait.php":2045441697,"src\/traits\/ServersTrait.php":245295004,"src\/traits\/InsertEditRowTrait.php":2329757345,"src\/traits\/MiscTrait.php":935468537,"src\/traits\/ExportTrait.php":10373722,"src\/traits\/ViewsMatviewsTrait.php":4275641848,"src\/traits\/AdminTrait.php":429653892,"src\/traits\/ViewsMatViewsPropertiesTrait.php":2058510284,"tests\/views\/casts.php":2100270860,"tests\/views\/conversions.php":2614611954,"tests\/views\/dataimport.php":311791588,"tests\/views\/intro.php":707496868,"tests\/views\/servers.php":804533775,"tests\/views\/tables.php":672674359,"tests\/views\/operators.php":2459945937,"tests\/views\/triggers.php":608857712,"tests\/views\/alldb.php":2645762659,"tests\/views\/acinsert.php":3819468359,"tests\/views\/aggregates.php":1829439519,"tests\/views\/dbexport.php":378402159,"tests\/views\/functions.php":3564661516,"tests\/views\/groups.php":2168256271,"tests\/views\/viewproperties.php":1721450041,"tests\/views\/dataexport.php":1237866803,"tests\/views\/sequences.php":3834538547,"tests\/views\/info.php":2663550387,"tests\/views\/materializedviews.php":4008794286,"tests\/views\/types.php":3663747047,"tests\/views\/tablespaces.php":3394246431,"tests\/views\/opclasses.php":2546391159,"tests\/views\/login.php":2479721778,"tests\/views\/schemas.php":981388429,"tests\/views\/help.php":1275927728,"tests\/views\/tblproperties.php":2281992027,"tests\/views\/display.php":3404375151,"tests\/views\/indexes.php":790468720,"tests\/views\/rules.php":2805985727,"tests\/views\/roles.php":3470004401,"tests\/views\/materializedviewproperties.php":3178899321,"tests\/views\/domains.php":3954298639,"tests\/views\/languages.php":1048909640,"tests\/views\/privileges.php":179251108,"tests\/views\/history.php":7961077,"tests\/views\/colproperties.php":1693262918,"tests\/views\/views.php":4088429498,"tests\/views\/fulltext.php":3688635585,"tests\/views\/sql.php":2271027112,"tests\/views\/sqledit.php":271618196,"tests\/views\/database.php":46369680,"tests\/views\/users.php":1307733763,"tests\/views\/browser.php":1732927979,"tests\/views\/constraints.php":823077841,"tests\/unit\/ContainerTest.php":1568494916,"tests\/unit\/ViewTest.php":3588384730,"tests\/selenium\/src\/99-cleantests.php":692748992,"tests\/selenium\/src\/01-roles.php":2083777473,"tests\/selenium\/src\/25-column.php":1943162043,"tests\/selenium\/src\/10-table.php":1260139745,"tests\/selenium\/src\/35-index.php":1215475107,"tests\/selenium\/src\/15-sequence.php":2907134625,"tests\/selenium\/src\/08-domaine.php":2886933313,"tests\/selenium\/src\/12-admin.php":3917447128,"tests\/selenium\/src\/20-constraint.php":86878693,"tests\/selenium\/src\/06-schema.php":39749046,"tests\/selenium\/src\/04-database.php":3552772021,"tests\/selenium\/src\/30-view.php":3532530385,"tests\/selenium\/testBuilder.class.php":3690138841,"tests\/selenium\/TestSuite.php":1389023741,"tests\/_support\/Helper\/Acceptance.php":1482921623,"tests\/_support\/Helper\/Functional.php":1911818523,"tests\/_support\/Helper\/Unit.php":283417208,"tests\/_support\/UnitTester.php":538226986,"tests\/_support\/AcceptanceTester.php":1127510186,"tests\/_support\/_generated\/UnitTesterActions.php":1276980768,"tests\/_support\/FunctionalTester.php":2171401126,"tests\/simpletest\/config.tests.php":1265458497,"tests\/simpletest\/testcase\/Databases\/ProcessesTest.php":1927060745,"tests\/simpletest\/testcase\/Databases\/AdminTest.php":1480186066,"tests\/simpletest\/testcase\/Databases\/CastsTest.php":2175525858,"tests\/simpletest\/testcase\/Databases\/DatabaseTest.php":1407533136,"tests\/simpletest\/testcase\/Databases\/VariablesTest.php":82378452,"tests\/simpletest\/testcase\/Databases\/HelpTest.php":3949033328,"tests\/simpletest\/testcase\/Databases\/SqlTest.php":1330484186,"tests\/simpletest\/testcase\/Databases\/DatabaseGroupTest.php":1680269603,"tests\/simpletest\/testcase\/Databases\/SchemaBasicTest.php":1253264777,"tests\/simpletest\/testcase\/Databases\/LanguageTest.php":3948575556,"tests\/simpletest\/testcase\/Databases\/FindObjectsTest.php":281168286,"tests\/simpletest\/testcase\/Schemas\/DomainTest.php":2972914163,"tests\/simpletest\/testcase\/Schemas\/TableTest.php":1262194847,"tests\/simpletest\/testcase\/Schemas\/TypeTest.php":2032025131,"tests\/simpletest\/testcase\/Schemas\/FunctionTest.php":911315733,"tests\/simpletest\/testcase\/Schemas\/SchemasGroupTest.php":950850927,"tests\/simpletest\/testcase\/Schemas\/ConversionTest.php":3387262161,"tests\/simpletest\/testcase\/Schemas\/SequenceTest.php":1972599400,"tests\/simpletest\/testcase\/Schemas\/ViewTest.php":4174585678,"tests\/simpletest\/testcase\/Schemas\/OperatorTest.php":882485379,"tests\/simpletest\/testcase\/Schemas\/AggregateTest.php":3789142125,"tests\/simpletest\/testcase\/Schemas\/OpClassTest.php":2611551465,"tests\/simpletest\/testcase\/simpletest.inc.php":2105305701,"tests\/simpletest\/testcase\/testphpPgAdminMain.php":445775087,"tests\/simpletest\/testcase\/Public\/SetPrecondition.php":3384385081,"tests\/simpletest\/testcase\/Public\/common.php":1246929398,"tests\/simpletest\/testcase\/phpcoverage.inc.php":2360833072,"tests\/simpletest\/testcase\/Common\/SecurityTest.php":1534074552,"tests\/simpletest\/testcase\/Common\/CommonGroupTest.php":2617119835,"tests\/simpletest\/testcase\/Common\/ImportTest.php":778981499,"tests\/simpletest\/testcase\/Common\/ExportTest.php":1289473700,"tests\/simpletest\/testcase\/coveragephpPgAdminMain.php":34295288,"tests\/simpletest\/testcase\/Server\/TableSpacesTest.php":2570516883,"tests\/simpletest\/testcase\/Server\/ReportsTest.php":377489384,"tests\/simpletest\/testcase\/Server\/GroupsTest.php":2433652597,"tests\/simpletest\/testcase\/Server\/ServerGroupTest.php":2917540206,"tests\/simpletest\/testcase\/Server\/UsersTest.php":829658573,"tests\/simpletest\/testcase\/Tables\/InfoTest.php":1723505580,"tests\/simpletest\/testcase\/Tables\/ConstraintsTest.php":1690096939,"tests\/simpletest\/testcase\/Tables\/TableGroupTest.php":1070298471,"tests\/simpletest\/testcase\/Tables\/ColumnTest.php":2389909642,"tests\/simpletest\/testcase\/Tables\/TriggersTest.php":706332688,"tests\/simpletest\/testcase\/Tables\/DeadlockTest.php":3456799345,"tests\/simpletest\/testcase\/Tables\/RulesTest.php":2717769915,"tests\/simpletest\/testcase\/Tables\/IndexesTest.php":608143039,"tests\/simpletest\/tests.php":4015817025,"index.php":1178570187}} \ No newline at end of file
diff --git a/composer.json b/composer.json
index 2e0d2574..d914d3a2 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "huasofoundries/phppgadmin6",
- "version": "6.0.0-RC2",
+ "version": "6.0.0-RC3",
"description": "Like phpmyadmin but for postgres",
"type": "project",
"license": [
diff --git a/composer.lock b/composer.lock
index fa2dc7ff..51c9eb10 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": "b9be1979792009411132e92ede8358e5",
+ "content-hash": "41e2cfa00337e7ec07dd0fedac8f73a5",
"packages": [
{
"name": "adodb/adodb-php",
@@ -3355,7 +3355,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
- "php": ">=5.6.0",
+ "php": ">=7.1",
"ext-pgsql": "*"
},
"platform-dev": []
diff --git a/index.php b/index.php
index 09cf905a..0619183e 100644
--- a/index.php
+++ b/index.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
require_once __DIR__.'/src/lib.inc.php';
diff --git a/src/classes/ADONewConnection.php b/src/classes/ADONewConnection.php
index 19f89da4..62821486 100644
--- a/src/classes/ADONewConnection.php
+++ b/src/classes/ADONewConnection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADORecordSet.php b/src/classes/ADORecordSet.php
index 1fce8893..91bda0f8 100644
--- a/src/classes/ADORecordSet.php
+++ b/src/classes/ADORecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADOdbException.php b/src/classes/ADOdbException.php
index 3817f0b8..0d0f7cc5 100644
--- a/src/classes/ADOdbException.php
+++ b/src/classes/ADOdbException.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ArrayRecordSet.php b/src/classes/ArrayRecordSet.php
index 0e18e3d6..243c687e 100644
--- a/src/classes/ArrayRecordSet.php
+++ b/src/classes/ArrayRecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ContainerUtils.php b/src/classes/ContainerUtils.php
index 78cccf36..076fb238 100644
--- a/src/classes/ContainerUtils.php
+++ b/src/classes/ContainerUtils.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin;
@@ -31,7 +31,7 @@ class ContainerUtils
*/
public function __construct()
{
- $composerinfo = json_decode(file_get_contents(BASE_PATH . '/composer.json'));
+ $composerinfo = json_decode(file_get_contents(BASE_PATH.'/composer.json'));
$appVersion = $composerinfo->version;
$phpMinVer = (str_replace(['<', '>', '='], '', $composerinfo->require->php));
@@ -59,7 +59,7 @@ class ContainerUtils
// backwards incompatible changes are made to config.inc.php-dist.
'base_version' => 60,
// Application version
- 'appVersion' => 'v' . $appVersion,
+ 'appVersion' => 'v'.$appVersion,
// Application name
'appName' => 'phpPgAdmin6',
@@ -76,7 +76,7 @@ class ContainerUtils
// Fetch DI Container
$container = $this->app->getContainer();
$container['utils'] = $this;
- $container['version'] = 'v' . $appVersion;
+ $container['version'] = 'v'.$appVersion;
$container['errors'] = [];
$this->container = $container;
@@ -97,14 +97,14 @@ class ContainerUtils
$in_test = $c->view->offsetGet('in_test');
if ($in_test === '1') {
- $className = '\PHPPgAdmin\Controller\\' . ucfirst($subject) . 'Controller';
+ $className = '\PHPPgAdmin\Controller\\'.ucfirst($subject).'Controller';
$controller = new $className($c);
return $controller->render();
}
$viewVars = [
- 'url' => '/src/views/' . $subject . ($query_string ? '?' . $query_string : ''),
+ 'url' => '/src/views/'.$subject.($query_string ? '?'.$query_string : ''),
'headertemplate' => 'header.twig',
];
@@ -209,10 +209,10 @@ class ContainerUtils
// if server_id isn't set, then you will be redirected to intro
if ($this->container->requestobj->getQueryParam('server') === null) {
- $destinationurl = \SUBFOLDER . '/src/views/intro';
+ $destinationurl = \SUBFOLDER.'/src/views/intro';
} else {
// otherwise, you'll be redirected to the login page for that server;
- $destinationurl = \SUBFOLDER . '/src/views/login' . ($query_string ? '?' . $query_string : '');
+ $destinationurl = \SUBFOLDER.'/src/views/login'.($query_string ? '?'.$query_string : '');
}
return $destinationurl;
@@ -236,7 +236,7 @@ class ContainerUtils
$destinationurl = $this->getRedirectUrl();
} else {
$url = $this->container->misc->getLastTabURL($subject);
- $this->addFlash($url, 'getLastTabURL for ' . $subject);
+ $this->addFlash($url, 'getLastTabURL for '.$subject);
// Load query vars into superglobal arrays
if (isset($url['urlvars'])) {
$urlvars = [];
diff --git a/src/classes/Misc.php b/src/classes/Misc.php
index eeffb38d..de5b345d 100644
--- a/src/classes/Misc.php
+++ b/src/classes/Misc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/PluginManager.php b/src/classes/PluginManager.php
index 1dac7470..623ae236 100644
--- a/src/classes/PluginManager.php
+++ b/src/classes/PluginManager.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Translations.php b/src/classes/Translations.php
index 98b12c8d..07131f3d 100644
--- a/src/classes/Translations.php
+++ b/src/classes/Translations.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin;
diff --git a/src/controllers/AcinsertController.php b/src/controllers/AcinsertController.php
index 05a4b183..b25fa7b5 100644
--- a/src/controllers/AcinsertController.php
+++ b/src/controllers/AcinsertController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index 20ba4db1..e004a9c2 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index 84818e8e..77c3c7cc 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index d9676681..0befd7f8 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index 45bdd140..e5b821ea 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/CastsController.php b/src/controllers/CastsController.php
index 209e2616..bf6b9f97 100644
--- a/src/controllers/CastsController.php
+++ b/src/controllers/CastsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ColpropertiesController.php b/src/controllers/ColpropertiesController.php
index 2edbe1e0..c3576019 100644
--- a/src/controllers/ColpropertiesController.php
+++ b/src/controllers/ColpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConstraintsController.php b/src/controllers/ConstraintsController.php
index ad7c1a75..d487f8de 100644
--- a/src/controllers/ConstraintsController.php
+++ b/src/controllers/ConstraintsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConversionsController.php b/src/controllers/ConversionsController.php
index 45fc0d3d..a9301a65 100644
--- a/src/controllers/ConversionsController.php
+++ b/src/controllers/ConversionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DatabaseController.php b/src/controllers/DatabaseController.php
index c05dd0ad..40ef4b7e 100644
--- a/src/controllers/DatabaseController.php
+++ b/src/controllers/DatabaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataexportController.php b/src/controllers/DataexportController.php
index 6f627103..6cf47462 100644
--- a/src/controllers/DataexportController.php
+++ b/src/controllers/DataexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index c9be0be5..768e6577 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DbexportController.php b/src/controllers/DbexportController.php
index 09c2596e..2e663498 100644
--- a/src/controllers/DbexportController.php
+++ b/src/controllers/DbexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DisplayController.php b/src/controllers/DisplayController.php
index 5def4323..6765e747 100644
--- a/src/controllers/DisplayController.php
+++ b/src/controllers/DisplayController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DomainsController.php b/src/controllers/DomainsController.php
index 3cb0afb7..5138b75a 100644
--- a/src/controllers/DomainsController.php
+++ b/src/controllers/DomainsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index 59656287..3ef499d7 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FunctionsController.php b/src/controllers/FunctionsController.php
index 5b6b4718..67a615cb 100644
--- a/src/controllers/FunctionsController.php
+++ b/src/controllers/FunctionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/GroupsController.php b/src/controllers/GroupsController.php
index 44d513e3..113c87e5 100644
--- a/src/controllers/GroupsController.php
+++ b/src/controllers/GroupsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HelpController.php b/src/controllers/HelpController.php
index 1533a5d1..97b35d13 100644
--- a/src/controllers/HelpController.php
+++ b/src/controllers/HelpController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
@@ -66,11 +66,11 @@ class HelpController extends BaseController
echo $this->printMsg($msg);
- echo '<dl>' . PHP_EOL;
+ echo '<dl>'.PHP_EOL;
$pages = $data->getHelpPages();
foreach ($pages as $page => $dummy) {
- echo "<dt>{$page}</dt>" . PHP_EOL;
+ echo "<dt>{$page}</dt>".PHP_EOL;
$urls = $data->getHelp($page);
if (!is_array($urls)) {
@@ -78,11 +78,11 @@ class HelpController extends BaseController
}
foreach ($urls as $url) {
- echo "<dd><a href=\"{$url}\">{$url}</a></dd>" . PHP_EOL;
+ echo "<dd><a href=\"{$url}\">{$url}</a></dd>".PHP_EOL;
}
}
- echo '</dl>' . PHP_EOL;
+ echo '</dl>'.PHP_EOL;
$this->printFooter();
}
@@ -94,11 +94,11 @@ class HelpController extends BaseController
$this->printTitle($this->lang['strselecthelppage']);
- echo '<ul>' . PHP_EOL;
+ echo '<ul>'.PHP_EOL;
foreach ($urls as $url) {
- echo "<li><a href=\"{$url}\">{$url}</a></li>" . PHP_EOL;
+ echo "<li><a href=\"{$url}\">{$url}</a></li>".PHP_EOL;
}
- echo '</ul>' . PHP_EOL;
+ echo '</ul>'.PHP_EOL;
$this->printFooter();
}
diff --git a/src/controllers/HistoryController.php b/src/controllers/HistoryController.php
index 54c05253..27432eec 100644
--- a/src/controllers/HistoryController.php
+++ b/src/controllers/HistoryController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index 4256bc0a..efabf200 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 3e385538..966451f0 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index c45f0bbe..9b0d9578 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index b8508a28..c98b9525 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LoginController.php b/src/controllers/LoginController.php
index d1ff052b..f141ad33 100644
--- a/src/controllers/LoginController.php
+++ b/src/controllers/LoginController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewpropertiesController.php b/src/controllers/MaterializedviewpropertiesController.php
index 49f0d0e0..bf2bff53 100644
--- a/src/controllers/MaterializedviewpropertiesController.php
+++ b/src/controllers/MaterializedviewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewsController.php b/src/controllers/MaterializedviewsController.php
index 3c483c75..cf6494c4 100644
--- a/src/controllers/MaterializedviewsController.php
+++ b/src/controllers/MaterializedviewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OpclassesController.php b/src/controllers/OpclassesController.php
index 34494336..ce6babcf 100644
--- a/src/controllers/OpclassesController.php
+++ b/src/controllers/OpclassesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index 0c40aa96..94338bb7 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index 186a0ef5..4a11f641 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RolesController.php b/src/controllers/RolesController.php
index 69741a98..4f9d95cb 100644
--- a/src/controllers/RolesController.php
+++ b/src/controllers/RolesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RulesController.php b/src/controllers/RulesController.php
index 84286d09..1b84710e 100644
--- a/src/controllers/RulesController.php
+++ b/src/controllers/RulesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index 3388a844..6b7002f4 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SequencesController.php b/src/controllers/SequencesController.php
index 53f1bf4b..f6fdbafc 100644
--- a/src/controllers/SequencesController.php
+++ b/src/controllers/SequencesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index e186b054..d5b50bf3 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index d143fccf..55c6ca61 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index 6e329766..70fffb36 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablesController.php b/src/controllers/TablesController.php
index 329f99bd..55c32b24 100644
--- a/src/controllers/TablesController.php
+++ b/src/controllers/TablesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablespacesController.php b/src/controllers/TablespacesController.php
index f7d6ce65..fc831c23 100644
--- a/src/controllers/TablespacesController.php
+++ b/src/controllers/TablespacesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TblpropertiesController.php b/src/controllers/TblpropertiesController.php
index f9dc15e6..ea74768a 100644
--- a/src/controllers/TblpropertiesController.php
+++ b/src/controllers/TblpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TriggersController.php b/src/controllers/TriggersController.php
index 8f0004f3..7b2e8651 100644
--- a/src/controllers/TriggersController.php
+++ b/src/controllers/TriggersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TypesController.php b/src/controllers/TypesController.php
index 527bc917..6a1e8f49 100644
--- a/src/controllers/TypesController.php
+++ b/src/controllers/TypesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/UsersController.php b/src/controllers/UsersController.php
index 903bf50f..7fc7ea9a 100644
--- a/src/controllers/UsersController.php
+++ b/src/controllers/UsersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index 50db70a5..91f8eb32 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index 13abe756..1cd2a454 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/database/ADOdbBase.php b/src/database/ADOdbBase.php
index 2c05b62e..9932060b 100644
--- a/src/database/ADOdbBase.php
+++ b/src/database/ADOdbBase.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Connection.php b/src/database/Connection.php
index 7457d831..463e8a31 100644
--- a/src/database/Connection.php
+++ b/src/database/Connection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres.php b/src/database/Postgres.php
index b584ab77..e9a967b9 100644
--- a/src/database/Postgres.php
+++ b/src/database/Postgres.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index cb2c4b44..11c0794d 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres11.php b/src/database/Postgres11.php
index 01a1c31f..b94d60b4 100644
--- a/src/database/Postgres11.php
+++ b/src/database/Postgres11.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres12.php b/src/database/Postgres12.php
index ff203f45..30ce7b9b 100644
--- a/src/database/Postgres12.php
+++ b/src/database/Postgres12.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres13.php b/src/database/Postgres13.php
index 42d42212..a2f69bf2 100644
--- a/src/database/Postgres13.php
+++ b/src/database/Postgres13.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres74.php b/src/database/Postgres74.php
index d0a81463..db1bc60e 100644
--- a/src/database/Postgres74.php
+++ b/src/database/Postgres74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres80.php b/src/database/Postgres80.php
index 9466ccfd..d1ffd3c9 100644
--- a/src/database/Postgres80.php
+++ b/src/database/Postgres80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres81.php b/src/database/Postgres81.php
index 57154648..444e446c 100644
--- a/src/database/Postgres81.php
+++ b/src/database/Postgres81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres82.php b/src/database/Postgres82.php
index 48213625..6039bf20 100644
--- a/src/database/Postgres82.php
+++ b/src/database/Postgres82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres83.php b/src/database/Postgres83.php
index 631f1366..28f14272 100644
--- a/src/database/Postgres83.php
+++ b/src/database/Postgres83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres84.php b/src/database/Postgres84.php
index 36abbb89..4958654b 100644
--- a/src/database/Postgres84.php
+++ b/src/database/Postgres84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres90.php b/src/database/Postgres90.php
index f153d1e5..8d34d656 100644
--- a/src/database/Postgres90.php
+++ b/src/database/Postgres90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres91.php b/src/database/Postgres91.php
index 47fd9251..039d3cf4 100644
--- a/src/database/Postgres91.php
+++ b/src/database/Postgres91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index 5c4b62f8..34ab965b 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index 13b0ecad..880ca71d 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres94.php b/src/database/Postgres94.php
index 55649869..b59be354 100644
--- a/src/database/Postgres94.php
+++ b/src/database/Postgres94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index db5a8806..a9310508 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres96.php b/src/database/Postgres96.php
index b7661e6a..c8751148 100644
--- a/src/database/Postgres96.php
+++ b/src/database/Postgres96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/databasetraits/AggregateTrait.php b/src/database/databasetraits/AggregateTrait.php
index 0b08fc74..b8471838 100644
--- a/src/database/databasetraits/AggregateTrait.php
+++ b/src/database/databasetraits/AggregateTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ColumnTrait.php b/src/database/databasetraits/ColumnTrait.php
index 34aedcb5..e8966a6b 100644
--- a/src/database/databasetraits/ColumnTrait.php
+++ b/src/database/databasetraits/ColumnTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DatabaseTrait.php b/src/database/databasetraits/DatabaseTrait.php
index 9752007a..76a2bdf5 100644
--- a/src/database/databasetraits/DatabaseTrait.php
+++ b/src/database/databasetraits/DatabaseTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DomainTrait.php b/src/database/databasetraits/DomainTrait.php
index 3376b85d..9cbeb3cd 100644
--- a/src/database/databasetraits/DomainTrait.php
+++ b/src/database/databasetraits/DomainTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FtsTrait.php b/src/database/databasetraits/FtsTrait.php
index 4f94d307..8a8ca503 100644
--- a/src/database/databasetraits/FtsTrait.php
+++ b/src/database/databasetraits/FtsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FunctionTrait.php b/src/database/databasetraits/FunctionTrait.php
index 709c7d8f..1b723421 100644
--- a/src/database/databasetraits/FunctionTrait.php
+++ b/src/database/databasetraits/FunctionTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/HasTrait.php b/src/database/databasetraits/HasTrait.php
index af6ad23c..32caa827 100644
--- a/src/database/databasetraits/HasTrait.php
+++ b/src/database/databasetraits/HasTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/IndexTrait.php b/src/database/databasetraits/IndexTrait.php
index 0cca3991..f4d26a57 100644
--- a/src/database/databasetraits/IndexTrait.php
+++ b/src/database/databasetraits/IndexTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/OperatorTrait.php b/src/database/databasetraits/OperatorTrait.php
index 97e04f5c..7a67db1f 100644
--- a/src/database/databasetraits/OperatorTrait.php
+++ b/src/database/databasetraits/OperatorTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/PrivilegesTrait.php b/src/database/databasetraits/PrivilegesTrait.php
index 3eb9b648..a86b5cb2 100644
--- a/src/database/databasetraits/PrivilegesTrait.php
+++ b/src/database/databasetraits/PrivilegesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RoleTrait.php b/src/database/databasetraits/RoleTrait.php
index 60a92293..1b047aa9 100644
--- a/src/database/databasetraits/RoleTrait.php
+++ b/src/database/databasetraits/RoleTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RowTrait.php b/src/database/databasetraits/RowTrait.php
index 1e28b11f..0bc8c48a 100644
--- a/src/database/databasetraits/RowTrait.php
+++ b/src/database/databasetraits/RowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SchemaTrait.php b/src/database/databasetraits/SchemaTrait.php
index 97074fe5..e974eb20 100644
--- a/src/database/databasetraits/SchemaTrait.php
+++ b/src/database/databasetraits/SchemaTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SequenceTrait.php b/src/database/databasetraits/SequenceTrait.php
index 8f7d790b..bbfcd594 100644
--- a/src/database/databasetraits/SequenceTrait.php
+++ b/src/database/databasetraits/SequenceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/StatsTrait.php b/src/database/databasetraits/StatsTrait.php
index a7b9c26b..53f70ab2 100644
--- a/src/database/databasetraits/StatsTrait.php
+++ b/src/database/databasetraits/StatsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TableTrait.php b/src/database/databasetraits/TableTrait.php
index 67025bd1..cd792892 100644
--- a/src/database/databasetraits/TableTrait.php
+++ b/src/database/databasetraits/TableTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TablespaceTrait.php b/src/database/databasetraits/TablespaceTrait.php
index 5f226dd1..7afc6555 100644
--- a/src/database/databasetraits/TablespaceTrait.php
+++ b/src/database/databasetraits/TablespaceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TriggerTrait.php b/src/database/databasetraits/TriggerTrait.php
index 65a9560c..c4d21fd0 100644
--- a/src/database/databasetraits/TriggerTrait.php
+++ b/src/database/databasetraits/TriggerTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TypeTrait.php b/src/database/databasetraits/TypeTrait.php
index 6aa84eef..e4145a12 100644
--- a/src/database/databasetraits/TypeTrait.php
+++ b/src/database/databasetraits/TypeTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ViewTrait.php b/src/database/databasetraits/ViewTrait.php
index 928341d9..0d25ddef 100644
--- a/src/database/databasetraits/ViewTrait.php
+++ b/src/database/databasetraits/ViewTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index 5b6c37bf..a07e46a8 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index 2ac10995..10f22c92 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index d120d641..f980b0a2 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/CallbackDecorator.php b/src/decorators/CallbackDecorator.php
index 81d8b48d..d25488a0 100644
--- a/src/decorators/CallbackDecorator.php
+++ b/src/decorators/CallbackDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index f51c32a1..800de777 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index 79be7cd8..f25e101f 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/FieldDecorator.php b/src/decorators/FieldDecorator.php
index 2588d72c..222d0d83 100644
--- a/src/decorators/FieldDecorator.php
+++ b/src/decorators/FieldDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/IfEmptyDecorator.php b/src/decorators/IfEmptyDecorator.php
index 1ddca1e2..26c58c16 100644
--- a/src/decorators/IfEmptyDecorator.php
+++ b/src/decorators/IfEmptyDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/RedirectUrlDecorator.php b/src/decorators/RedirectUrlDecorator.php
index a41dcf5b..6fdd9563 100644
--- a/src/decorators/RedirectUrlDecorator.php
+++ b/src/decorators/RedirectUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index 923a88cd..b56e4039 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/UrlDecorator.php b/src/decorators/UrlDecorator.php
index 3c15d065..dc4a8eb1 100644
--- a/src/decorators/UrlDecorator.php
+++ b/src/decorators/UrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/help/PostgresDoc10.php b/src/help/PostgresDoc10.php
index 21e2dffa..57a88556 100644
--- a/src/help/PostgresDoc10.php
+++ b/src/help/PostgresDoc10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc74.php b/src/help/PostgresDoc74.php
index 86188b9f..c506da34 100644
--- a/src/help/PostgresDoc74.php
+++ b/src/help/PostgresDoc74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc80.php b/src/help/PostgresDoc80.php
index 57d8c527..9cc22c66 100644
--- a/src/help/PostgresDoc80.php
+++ b/src/help/PostgresDoc80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc81.php b/src/help/PostgresDoc81.php
index 0e2737af..9dfad387 100644
--- a/src/help/PostgresDoc81.php
+++ b/src/help/PostgresDoc81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc82.php b/src/help/PostgresDoc82.php
index 465ae33d..8e4a61d4 100644
--- a/src/help/PostgresDoc82.php
+++ b/src/help/PostgresDoc82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc83.php b/src/help/PostgresDoc83.php
index 35398e1e..9d7e5ffa 100644
--- a/src/help/PostgresDoc83.php
+++ b/src/help/PostgresDoc83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc84.php b/src/help/PostgresDoc84.php
index 249232d7..914639b7 100644
--- a/src/help/PostgresDoc84.php
+++ b/src/help/PostgresDoc84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc90.php b/src/help/PostgresDoc90.php
index e4712f8b..4e31b05e 100644
--- a/src/help/PostgresDoc90.php
+++ b/src/help/PostgresDoc90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc91.php b/src/help/PostgresDoc91.php
index c5fee134..cd4f69ab 100644
--- a/src/help/PostgresDoc91.php
+++ b/src/help/PostgresDoc91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index 450cce78..67077c26 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc93.php b/src/help/PostgresDoc93.php
index 63b1dd1e..b8aef53b 100644
--- a/src/help/PostgresDoc93.php
+++ b/src/help/PostgresDoc93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc94.php b/src/help/PostgresDoc94.php
index eae827cd..b182e687 100644
--- a/src/help/PostgresDoc94.php
+++ b/src/help/PostgresDoc94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc95.php b/src/help/PostgresDoc95.php
index 0b9a3025..37ac2783 100644
--- a/src/help/PostgresDoc95.php
+++ b/src/help/PostgresDoc95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc96.php b/src/help/PostgresDoc96.php
index 595e6fc6..50db4307 100644
--- a/src/help/PostgresDoc96.php
+++ b/src/help/PostgresDoc96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/traits/AdminTrait.php b/src/traits/AdminTrait.php
index e0a01fac..47894554 100644
--- a/src/traits/AdminTrait.php
+++ b/src/traits/AdminTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ExportTrait.php b/src/traits/ExportTrait.php
index 9b95183b..e8467f69 100644
--- a/src/traits/ExportTrait.php
+++ b/src/traits/ExportTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/FormTrait.php b/src/traits/FormTrait.php
index bd2ad4c8..5ec517da 100644
--- a/src/traits/FormTrait.php
+++ b/src/traits/FormTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/HelperTrait.php b/src/traits/HelperTrait.php
index 6b979723..a9b35547 100644
--- a/src/traits/HelperTrait.php
+++ b/src/traits/HelperTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/InsertEditRowTrait.php b/src/traits/InsertEditRowTrait.php
index 8b535b1d..5552a271 100644
--- a/src/traits/InsertEditRowTrait.php
+++ b/src/traits/InsertEditRowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/MiscTrait.php b/src/traits/MiscTrait.php
index e8c59df1..a62ce74e 100644
--- a/src/traits/MiscTrait.php
+++ b/src/traits/MiscTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ServersTrait.php b/src/traits/ServersTrait.php
index 9ddccc14..3e7b2480 100644
--- a/src/traits/ServersTrait.php
+++ b/src/traits/ServersTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatViewsPropertiesTrait.php b/src/traits/ViewsMatViewsPropertiesTrait.php
index a618f5af..437279aa 100644
--- a/src/traits/ViewsMatViewsPropertiesTrait.php
+++ b/src/traits/ViewsMatViewsPropertiesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatviewsTrait.php b/src/traits/ViewsMatviewsTrait.php
index 40e40c8c..66b6092d 100644
--- a/src/traits/ViewsMatviewsTrait.php
+++ b/src/traits/ViewsMatviewsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/translations/Afrikaans.php b/src/translations/Afrikaans.php
index fd11785f..7fedf000 100644
--- a/src/translations/Afrikaans.php
+++ b/src/translations/Afrikaans.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Arabic.php b/src/translations/Arabic.php
index 4ef3ef97..11653111 100644
--- a/src/translations/Arabic.php
+++ b/src/translations/Arabic.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Catalan.php b/src/translations/Catalan.php
index 80cff727..253924a7 100644
--- a/src/translations/Catalan.php
+++ b/src/translations/Catalan.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseSim.php b/src/translations/ChineseSim.php
index 313b7b49..924c442d 100644
--- a/src/translations/ChineseSim.php
+++ b/src/translations/ChineseSim.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseTr.php b/src/translations/ChineseTr.php
index 36b45d18..d1874b04 100644
--- a/src/translations/ChineseTr.php
+++ b/src/translations/ChineseTr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhCn.php b/src/translations/ChineseUtf8ZhCn.php
index 3f333ad7..2a5b9b80 100644
--- a/src/translations/ChineseUtf8ZhCn.php
+++ b/src/translations/ChineseUtf8ZhCn.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhTw.php b/src/translations/ChineseUtf8ZhTw.php
index c1f255f2..b0db8224 100644
--- a/src/translations/ChineseUtf8ZhTw.php
+++ b/src/translations/ChineseUtf8ZhTw.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Czech.php b/src/translations/Czech.php
index ebc65933..d7694805 100644
--- a/src/translations/Czech.php
+++ b/src/translations/Czech.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Danish.php b/src/translations/Danish.php
index 5a178dcc..c7e93b7e 100644
--- a/src/translations/Danish.php
+++ b/src/translations/Danish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Dutch.php b/src/translations/Dutch.php
index eabcaed7..ef7c7956 100644
--- a/src/translations/Dutch.php
+++ b/src/translations/Dutch.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/English.php b/src/translations/English.php
index 8624d9c3..0b272e1c 100644
--- a/src/translations/English.php
+++ b/src/translations/English.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/French.php b/src/translations/French.php
index 12934928..39b13add 100644
--- a/src/translations/French.php
+++ b/src/translations/French.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Galician.php b/src/translations/Galician.php
index f227eb3e..e2882ea6 100644
--- a/src/translations/Galician.php
+++ b/src/translations/Galician.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/German.php b/src/translations/German.php
index b5a683fd..5e9e911c 100644
--- a/src/translations/German.php
+++ b/src/translations/German.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Greek.php b/src/translations/Greek.php
index 38164f4f..af85b137 100644
--- a/src/translations/Greek.php
+++ b/src/translations/Greek.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hebrew.php b/src/translations/Hebrew.php
index e428104c..95516e01 100644
--- a/src/translations/Hebrew.php
+++ b/src/translations/Hebrew.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hungarian.php b/src/translations/Hungarian.php
index 8c5048a9..0feb6bdf 100644
--- a/src/translations/Hungarian.php
+++ b/src/translations/Hungarian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Italian.php b/src/translations/Italian.php
index fd9443df..47637b5e 100644
--- a/src/translations/Italian.php
+++ b/src/translations/Italian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Japanese.php b/src/translations/Japanese.php
index 8fb06dde..c7c98147 100644
--- a/src/translations/Japanese.php
+++ b/src/translations/Japanese.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Lithuanian.php b/src/translations/Lithuanian.php
index f34dbeba..69f4aec9 100644
--- a/src/translations/Lithuanian.php
+++ b/src/translations/Lithuanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Mongol.php b/src/translations/Mongol.php
index 8ccbfe07..26064fe7 100644
--- a/src/translations/Mongol.php
+++ b/src/translations/Mongol.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Polish.php b/src/translations/Polish.php
index c46c5cc0..0496cd59 100644
--- a/src/translations/Polish.php
+++ b/src/translations/Polish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortugueseBr.php b/src/translations/PortugueseBr.php
index fe26f8c8..64864179 100644
--- a/src/translations/PortugueseBr.php
+++ b/src/translations/PortugueseBr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortuguesePt.php b/src/translations/PortuguesePt.php
index de896eb4..fb842aba 100644
--- a/src/translations/PortuguesePt.php
+++ b/src/translations/PortuguesePt.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Romanian.php b/src/translations/Romanian.php
index 939fd9b3..2f87b36b 100644
--- a/src/translations/Romanian.php
+++ b/src/translations/Romanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Russian.php b/src/translations/Russian.php
index 3732b23a..a8f96613 100644
--- a/src/translations/Russian.php
+++ b/src/translations/Russian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/RussianUtf8.php b/src/translations/RussianUtf8.php
index 91c3b06f..b1eaf380 100644
--- a/src/translations/RussianUtf8.php
+++ b/src/translations/RussianUtf8.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Slovak.php b/src/translations/Slovak.php
index be258973..1c11e8b9 100644
--- a/src/translations/Slovak.php
+++ b/src/translations/Slovak.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Spanish.php b/src/translations/Spanish.php
index 33541e68..6af0bc12 100644
--- a/src/translations/Spanish.php
+++ b/src/translations/Spanish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Swedish.php b/src/translations/Swedish.php
index 47092aa3..2b6f5c4a 100644
--- a/src/translations/Swedish.php
+++ b/src/translations/Swedish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Turkish.php b/src/translations/Turkish.php
index 4f732232..66030fd5 100644
--- a/src/translations/Turkish.php
+++ b/src/translations/Turkish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Ukrainian.php b/src/translations/Ukrainian.php
index e8b7d58b..682e52a4 100644
--- a/src/translations/Ukrainian.php
+++ b/src/translations/Ukrainian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/xhtml/HTMLController.php b/src/xhtml/HTMLController.php
index 4825d6c7..030b4d3e 100644
--- a/src/xhtml/HTMLController.php
+++ b/src/xhtml/HTMLController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLFooterController.php b/src/xhtml/HTMLFooterController.php
index 77cfee63..d2140b1a 100644
--- a/src/xhtml/HTMLFooterController.php
+++ b/src/xhtml/HTMLFooterController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLHeaderController.php b/src/xhtml/HTMLHeaderController.php
index 5d26b001..262718db 100644
--- a/src/xhtml/HTMLHeaderController.php
+++ b/src/xhtml/HTMLHeaderController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLNavbarController.php b/src/xhtml/HTMLNavbarController.php
index b1374f69..8f402edc 100644
--- a/src/xhtml/HTMLNavbarController.php
+++ b/src/xhtml/HTMLNavbarController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLTableController.php b/src/xhtml/HTMLTableController.php
index 2012a8eb..a120e545 100644
--- a/src/xhtml/HTMLTableController.php
+++ b/src/xhtml/HTMLTableController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/TreeController.php b/src/xhtml/TreeController.php
index a762295a..0a627bc5 100644
--- a/src/xhtml/TreeController.php
+++ b/src/xhtml/TreeController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlButton.php b/src/xhtml/XHtmlButton.php
index 24dabd16..91026c7a 100644
--- a/src/xhtml/XHtmlButton.php
+++ b/src/xhtml/XHtmlButton.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlElement.php b/src/xhtml/XHtmlElement.php
index 86a076aa..92e87e23 100644
--- a/src/xhtml/XHtmlElement.php
+++ b/src/xhtml/XHtmlElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlOption.php b/src/xhtml/XHtmlOption.php
index 1edd111f..0dc5624d 100644
--- a/src/xhtml/XHtmlOption.php
+++ b/src/xhtml/XHtmlOption.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSelect.php b/src/xhtml/XHtmlSelect.php
index b3d20a27..1a9dd973 100644
--- a/src/xhtml/XHtmlSelect.php
+++ b/src/xhtml/XHtmlSelect.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSimpleElement.php b/src/xhtml/XHtmlSimpleElement.php
index 3aa11fb9..e9ff2660 100644
--- a/src/xhtml/XHtmlSimpleElement.php
+++ b/src/xhtml/XHtmlSimpleElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/tests/_support/AcceptanceTester.php b/tests/_support/AcceptanceTester.php
index b48faa12..f7ef2cbc 100644
--- a/tests/_support/AcceptanceTester.php
+++ b/tests/_support/AcceptanceTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
class AcceptanceTester extends \Codeception\Actor
diff --git a/tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php
index 208b367a..927e8a2e 100644
--- a/tests/_support/FunctionalTester.php
+++ b/tests/_support/FunctionalTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
class FunctionalTester extends \Codeception\Actor
diff --git a/tests/_support/Helper/Acceptance.php b/tests/_support/Helper/Acceptance.php
index 784b7e74..b7e607c5 100644
--- a/tests/_support/Helper/Acceptance.php
+++ b/tests/_support/Helper/Acceptance.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace Helper;
diff --git a/tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php
index b11aae68..9ba378d4 100644
--- a/tests/_support/Helper/Functional.php
+++ b/tests/_support/Helper/Functional.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace Helper;
diff --git a/tests/_support/Helper/Unit.php b/tests/_support/Helper/Unit.php
index 329b1b8b..84f69a5f 100644
--- a/tests/_support/Helper/Unit.php
+++ b/tests/_support/Helper/Unit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace Helper;
diff --git a/tests/_support/UnitTester.php b/tests/_support/UnitTester.php
index 052fc20f..e26c3ec3 100644
--- a/tests/_support/UnitTester.php
+++ b/tests/_support/UnitTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
class UnitTester extends \Codeception\Actor
diff --git a/tests/_support/_generated/UnitTesterActions.php b/tests/_support/_generated/UnitTesterActions.php
index 3c4545e1..6eee879a 100644
--- a/tests/_support/_generated/UnitTesterActions.php
+++ b/tests/_support/_generated/UnitTesterActions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
namespace _generated;
diff --git a/tests/unit/ContainerTest.php b/tests/unit/ContainerTest.php
index 5af4b839..47f31e73 100644
--- a/tests/unit/ContainerTest.php
+++ b/tests/unit/ContainerTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
class ContainerTest extends \Codeception\Test\Unit
diff --git a/tests/unit/ViewTest.php b/tests/unit/ViewTest.php
index 983f1e16..5780e6f2 100644
--- a/tests/unit/ViewTest.php
+++ b/tests/unit/ViewTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
class ViewTest extends \Codeception\Test\Unit
diff --git a/tests/views/acinsert.php b/tests/views/acinsert.php
index afae1b18..2320fcd0 100644
--- a/tests/views/acinsert.php
+++ b/tests/views/acinsert.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
$do_render = false;
diff --git a/tests/views/aggregates.php b/tests/views/aggregates.php
index 27b4875e..56de3e85 100644
--- a/tests/views/aggregates.php
+++ b/tests/views/aggregates.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/alldb.php b/tests/views/alldb.php
index 703d397c..b9fea756 100644
--- a/tests/views/alldb.php
+++ b/tests/views/alldb.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/browser.php b/tests/views/browser.php
index 2a802713..9942e279 100644
--- a/tests/views/browser.php
+++ b/tests/views/browser.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
$do_render = false;
diff --git a/tests/views/casts.php b/tests/views/casts.php
index 6076f78a..84a2842a 100644
--- a/tests/views/casts.php
+++ b/tests/views/casts.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/colproperties.php b/tests/views/colproperties.php
index 4b970f26..9fb9ba80 100644
--- a/tests/views/colproperties.php
+++ b/tests/views/colproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/constraints.php b/tests/views/constraints.php
index 8ff8dc1e..58d97bb7 100644
--- a/tests/views/constraints.php
+++ b/tests/views/constraints.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/conversions.php b/tests/views/conversions.php
index c55bf9d2..d67d61d9 100644
--- a/tests/views/conversions.php
+++ b/tests/views/conversions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/database.php b/tests/views/database.php
index d2a8eb7f..af2175d5 100644
--- a/tests/views/database.php
+++ b/tests/views/database.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/dataexport.php b/tests/views/dataexport.php
index cbdd6dd3..e1864343 100644
--- a/tests/views/dataexport.php
+++ b/tests/views/dataexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
$do_render = false;
diff --git a/tests/views/dataimport.php b/tests/views/dataimport.php
index 9ccf980e..11221bcc 100644
--- a/tests/views/dataimport.php
+++ b/tests/views/dataimport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
$do_render = false;
diff --git a/tests/views/dbexport.php b/tests/views/dbexport.php
index 6ff145fd..fa9e94ee 100644
--- a/tests/views/dbexport.php
+++ b/tests/views/dbexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
$do_render = false;
diff --git a/tests/views/display.php b/tests/views/display.php
index 35ce1772..8bd21d6b 100644
--- a/tests/views/display.php
+++ b/tests/views/display.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/domains.php b/tests/views/domains.php
index 3ba4eada..29125d93 100644
--- a/tests/views/domains.php
+++ b/tests/views/domains.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/fulltext.php b/tests/views/fulltext.php
index 6a08645d..41e05d50 100644
--- a/tests/views/fulltext.php
+++ b/tests/views/fulltext.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/functions.php b/tests/views/functions.php
index afc188bb..a012586a 100644
--- a/tests/views/functions.php
+++ b/tests/views/functions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/groups.php b/tests/views/groups.php
index 910eceac..71ae8fb4 100644
--- a/tests/views/groups.php
+++ b/tests/views/groups.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/help.php b/tests/views/help.php
index 83e24e79..9ce869e2 100644
--- a/tests/views/help.php
+++ b/tests/views/help.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/history.php b/tests/views/history.php
index db1cc074..bd58c329 100644
--- a/tests/views/history.php
+++ b/tests/views/history.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/indexes.php b/tests/views/indexes.php
index 4af00214..2477cd6c 100644
--- a/tests/views/indexes.php
+++ b/tests/views/indexes.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/info.php b/tests/views/info.php
index afdb8baa..511bd9e0 100644
--- a/tests/views/info.php
+++ b/tests/views/info.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/intro.php b/tests/views/intro.php
index 5b69d09d..531fba6d 100644
--- a/tests/views/intro.php
+++ b/tests/views/intro.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
$do_render = false;
diff --git a/tests/views/languages.php b/tests/views/languages.php
index dea525cd..ed5c3299 100644
--- a/tests/views/languages.php
+++ b/tests/views/languages.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/login.php b/tests/views/login.php
index 16ba772b..1929f3c7 100644
--- a/tests/views/login.php
+++ b/tests/views/login.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
$do_render = false;
diff --git a/tests/views/materializedviewproperties.php b/tests/views/materializedviewproperties.php
index d8b93e68..88f3d5ac 100644
--- a/tests/views/materializedviewproperties.php
+++ b/tests/views/materializedviewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/materializedviews.php b/tests/views/materializedviews.php
index 21de127c..d416f188 100644
--- a/tests/views/materializedviews.php
+++ b/tests/views/materializedviews.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/opclasses.php b/tests/views/opclasses.php
index 35050657..eea1c5b0 100644
--- a/tests/views/opclasses.php
+++ b/tests/views/opclasses.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/operators.php b/tests/views/operators.php
index 237689ab..93c36574 100644
--- a/tests/views/operators.php
+++ b/tests/views/operators.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/privileges.php b/tests/views/privileges.php
index a7f13ad1..422e4546 100644
--- a/tests/views/privileges.php
+++ b/tests/views/privileges.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
$do_render = false;
diff --git a/tests/views/roles.php b/tests/views/roles.php
index b34d970b..4a4f03a9 100644
--- a/tests/views/roles.php
+++ b/tests/views/roles.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/rules.php b/tests/views/rules.php
index 9958366a..85646ee2 100644
--- a/tests/views/rules.php
+++ b/tests/views/rules.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/schemas.php b/tests/views/schemas.php
index 8a16a83f..c993eff7 100644
--- a/tests/views/schemas.php
+++ b/tests/views/schemas.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/sequences.php b/tests/views/sequences.php
index 0b8a459c..f1263694 100644
--- a/tests/views/sequences.php
+++ b/tests/views/sequences.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/servers.php b/tests/views/servers.php
index 0b5d08cc..d7a10b53 100644
--- a/tests/views/servers.php
+++ b/tests/views/servers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
$do_render = false;
diff --git a/tests/views/sql.php b/tests/views/sql.php
index 736b4d01..4c1c8437 100644
--- a/tests/views/sql.php
+++ b/tests/views/sql.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/sqledit.php b/tests/views/sqledit.php
index 702d9c13..dc1b5276 100644
--- a/tests/views/sqledit.php
+++ b/tests/views/sqledit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/tables.php b/tests/views/tables.php
index 37c354a1..642adbf7 100644
--- a/tests/views/tables.php
+++ b/tests/views/tables.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
$do_render = false;
diff --git a/tests/views/tablespaces.php b/tests/views/tablespaces.php
index b35ae86f..7c58214c 100644
--- a/tests/views/tablespaces.php
+++ b/tests/views/tablespaces.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/tblproperties.php b/tests/views/tblproperties.php
index 6a0d29ce..108e3048 100644
--- a/tests/views/tblproperties.php
+++ b/tests/views/tblproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/triggers.php b/tests/views/triggers.php
index 675c5a5f..5529fc89 100644
--- a/tests/views/triggers.php
+++ b/tests/views/triggers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/types.php b/tests/views/types.php
index e1148ecc..d4c848f6 100644
--- a/tests/views/types.php
+++ b/tests/views/types.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/users.php b/tests/views/users.php
index 68b878cf..503bd9c4 100644
--- a/tests/views/users.php
+++ b/tests/views/users.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/viewproperties.php b/tests/views/viewproperties.php
index d3e6b4ca..671095ee 100644
--- a/tests/views/viewproperties.php
+++ b/tests/views/viewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions
diff --git a/tests/views/views.php b/tests/views/views.php
index 21856494..00abee8c 100644
--- a/tests/views/views.php
+++ b/tests/views/views.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC2
+ * PHPPgAdmin v6.0.0-RC3
*/
// Include application functions