Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 44fe103b9c2f00a7d1476bee426f59e9968cc129 https://github.com/phpmyadmin/phpmyadmin/commit/44fe103b9c2f00a7d1476bee426f... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-12-22 (Wed, 12 December 2021) -03:00
Changed paths: M libraries/classes/Bookmark.php M libraries/classes/ConfigStorage/Relation.php M libraries/classes/Console.php M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Core.php M libraries/classes/Database/CentralColumns.php M libraries/classes/Database/MultiTableQuery.php M libraries/classes/Database/Qbe.php M libraries/classes/Database/Search.php M libraries/classes/Display/Results.php M libraries/classes/Encoding.php M libraries/classes/File.php M libraries/classes/Font.php M libraries/classes/Footer.php M libraries/classes/Gis/GisFactory.php M libraries/classes/Gis/GisGeometry.php M libraries/classes/Gis/GisGeometryCollection.php M libraries/classes/Gis/GisLineString.php M libraries/classes/Gis/GisMultiLineString.php M libraries/classes/Gis/GisMultiPoint.php M libraries/classes/Gis/GisMultiPolygon.php M libraries/classes/Gis/GisPoint.php M libraries/classes/Gis/GisPolygon.php M libraries/classes/Gis/GisVisualization.php M libraries/classes/Header.php M libraries/classes/Html/Generator.php M libraries/classes/Html/MySQLDocumentation.php M libraries/classes/Import.php M libraries/classes/Index.php M libraries/classes/IpAllowDeny.php M libraries/classes/Menu.php M libraries/classes/Message.php M libraries/classes/OpenDocument.php M libraries/classes/ParseAnalyze.php M libraries/classes/Partitioning/Partition.php M libraries/classes/Pdf.php M libraries/classes/Plugins/Export/Helpers/Pdf.php M libraries/classes/Plugins/Schema/Dia/Dia.php M libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php M libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php M libraries/classes/Plugins/Schema/Dia/TableStatsDia.php M libraries/classes/Plugins/Schema/Eps/Eps.php M libraries/classes/Plugins/Schema/ExportRelationSchema.php M libraries/classes/Plugins/Schema/Pdf/Pdf.php M libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php M libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php M libraries/classes/Plugins/Schema/RelationStats.php M libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php M libraries/classes/Plugins/Schema/Svg/Svg.php M libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php M libraries/classes/ResponseRenderer.php M libraries/classes/Sanitize.php M libraries/classes/StorageEngine.php M libraries/classes/Table.php M libraries/classes/Theme.php M libraries/classes/ThemeManager.php M libraries/classes/Transformations.php M libraries/classes/Url.php M libraries/classes/Util.php M test/classes/BookmarkTest.php M test/classes/Config/ConfigFileTest.php M test/classes/ConfigStorage/RelationTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Database/QbeTest.php M test/classes/Database/SearchTest.php M test/classes/Dbal/DbiMysqliTest.php M test/classes/Display/ResultsTest.php M test/classes/Engines/BdbTest.php M test/classes/Engines/BinlogTest.php M test/classes/Engines/InnodbTest.php M test/classes/Engines/MemoryTest.php M test/classes/Engines/MrgMyisamTest.php M test/classes/Engines/MyisamTest.php M test/classes/Engines/NdbclusterTest.php M test/classes/Engines/PbxtTest.php M test/classes/Engines/PerformanceSchemaTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorTest.php M test/classes/FooterTest.php M test/classes/Gis/GisGeometryCollectionTest.php M test/classes/Gis/GisGeometryTest.php M test/classes/Gis/GisLineStringTest.php M test/classes/Gis/GisMultiLineStringTest.php M test/classes/Gis/GisMultiPointTest.php M test/classes/Gis/GisMultiPolygonTest.php M test/classes/Gis/GisPointTest.php M test/classes/Gis/GisPolygonTest.php M test/classes/LinterTest.php M test/classes/MessageTest.php M test/classes/Navigation/NavigationTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php M test/classes/Plugins/Import/ImportCsvTest.php M test/classes/Plugins/Import/ImportLdiTest.php M test/classes/Plugins/Import/ImportMediawikiTest.php M test/classes/Plugins/Import/ImportOdsTest.php M test/classes/Plugins/Import/ImportShpTest.php M test/classes/Plugins/Import/ImportSqlTest.php M test/classes/Plugins/Import/ImportXmlTest.php M test/classes/Plugins/Schema/DiaRelationSchemaTest.php M test/classes/Plugins/Schema/EpsRelationSchemaTest.php M test/classes/Plugins/Schema/ExportRelationSchemaTest.php M test/classes/Plugins/Schema/PdfRelationSchemaTest.php M test/classes/Plugins/Schema/SvgRelationSchemaTest.php M test/classes/Plugins/Transformations/TransformationPluginsTest.php M test/classes/ScriptsTest.php M test/classes/StorageEngineTest.php M test/classes/Stubs/ResponseRenderer.php M test/classes/SystemDatabaseTest.php M test/classes/TrackerTest.php M test/classes/TrackingTest.php M test/classes/UrlTest.php M test/selenium/CreateRemoveUserTest.php M test/selenium/TestBase.php
Log Message: ----------- Remove `@access` annotations
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev