[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 437215: Rename variables to use camel case format

Maurício Meneghini Fauth mauricio at fauth.dev
Mon Mar 27 02:48:38 CEST 2023


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 437215cab2b21fa8a7b178b776b34c85a8f594bc
https://github.com/phpmyadmin/phpmyadmin/commit/437215cab2b21fa8a7b178b776b34c85a8f594bc
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2023-03-26 (Sun, 03 March 2023) -03:00

Changed paths: 
M examples/openid.php
M examples/signon.php
M libraries/classes/Bookmark.php
M libraries/classes/Command/CacheWarmupCommand.php
M libraries/classes/Config.php
M libraries/classes/ConfigStorage/Relation.php
M libraries/classes/ConfigStorage/UserGroups.php
M libraries/classes/Console.php
M libraries/classes/Controllers/ChangeLogController.php
M libraries/classes/Controllers/Database/CentralColumnsController.php
M libraries/classes/Controllers/Database/ExportController.php
M libraries/classes/Controllers/Database/Operations/CollationController.php
M libraries/classes/Controllers/ErrorReportController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/Import/ImportController.php
M libraries/classes/Controllers/Normalization/AddNewPrimaryController.php
M libraries/classes/Controllers/Normalization/CreateNewColumnController.php
M libraries/classes/Controllers/Normalization/MoveRepeatingGroup.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Server/Databases/DestroyController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Setup/ShowConfigController.php
M libraries/classes/Controllers/Sql/EnumValuesController.php
M libraries/classes/Controllers/Sql/RelationalValuesController.php
M libraries/classes/Controllers/Sql/SqlController.php
M libraries/classes/Controllers/Table/AddFieldController.php
M libraries/classes/Controllers/Table/ChangeController.php
M libraries/classes/Controllers/Table/ChangeRowsController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/DeleteRowsController.php
M libraries/classes/Controllers/Table/ExportRowsController.php
M libraries/classes/Controllers/Table/FindReplaceController.php
M libraries/classes/Controllers/Table/GisVisualizationController.php
M libraries/classes/Controllers/Table/IndexesController.php
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/SqlController.php
M libraries/classes/Controllers/Table/Structure/BrowseController.php
M libraries/classes/Controllers/Table/Structure/ChangeController.php
M libraries/classes/Controllers/Table/Structure/MoveColumnsController.php
M libraries/classes/Controllers/Table/Structure/PartitioningController.php
M libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php
M libraries/classes/Controllers/Table/Structure/SaveController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Controllers/Table/ZoomSearchController.php
M libraries/classes/Controllers/UserPasswordController.php
M libraries/classes/Core.php
M libraries/classes/Database/CentralColumns.php
M libraries/classes/Database/Designer.php
M libraries/classes/Database/Designer/Common.php
M libraries/classes/Database/Events.php
M libraries/classes/Database/Routines.php
M libraries/classes/Database/Search.php
M libraries/classes/Database/Triggers.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbiMysqli.php
M libraries/classes/Display/Results.php
M libraries/classes/Encoding.php
M libraries/classes/Engines/Pbxt.php
M libraries/classes/File.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/Git.php
M libraries/classes/Import/Ajax.php
M libraries/classes/Index.php
M libraries/classes/IndexColumn.php
M libraries/classes/InsertEdit.php
M libraries/classes/IpAllowDeny.php
M libraries/classes/LanguageManager.php
M libraries/classes/ListDatabase.php
M libraries/classes/Logging.php
M libraries/classes/Message.php
M libraries/classes/Partitioning/Partition.php
M libraries/classes/Pdf.php
M libraries/classes/Plugins.php
M libraries/classes/Plugins/Auth/AuthenticationConfig.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Plugins/Auth/AuthenticationHttp.php
M libraries/classes/Plugins/Auth/AuthenticationSignon.php
M libraries/classes/Plugins/AuthenticationPlugin.php
M libraries/classes/Plugins/Export/ExportCodegen.php
M libraries/classes/Plugins/Export/ExportCsv.php
M libraries/classes/Plugins/Export/ExportHtmlword.php
M libraries/classes/Plugins/Export/ExportJson.php
M libraries/classes/Plugins/Export/ExportLatex.php
M libraries/classes/Plugins/Export/ExportMediawiki.php
M libraries/classes/Plugins/Export/ExportOds.php
M libraries/classes/Plugins/Export/ExportOdt.php
M libraries/classes/Plugins/Export/ExportPdf.php
M libraries/classes/Plugins/Export/ExportPhparray.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportTexytext.php
M libraries/classes/Plugins/Export/ExportXml.php
M libraries/classes/Plugins/Export/ExportYaml.php
M libraries/classes/Plugins/Export/Helpers/Pdf.php
M libraries/classes/Plugins/ExportPlugin.php
M libraries/classes/Plugins/IOTransformationsPlugin.php
M libraries/classes/Plugins/Import/ImportCsv.php
M libraries/classes/Plugins/Import/ImportLdi.php
M libraries/classes/Plugins/Import/ImportMediawiki.php
M libraries/classes/Plugins/Import/ImportOds.php
M libraries/classes/Plugins/Import/ImportShp.php
M libraries/classes/Plugins/Import/ImportSql.php
M libraries/classes/Plugins/Import/ImportXml.php
M libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
M libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
M libraries/classes/Plugins/Schema/Eps/Eps.php
M libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
M libraries/classes/Plugins/Schema/Eps/RelationStatsEps.php
M libraries/classes/Plugins/Schema/ExportRelationSchema.php
M libraries/classes/Plugins/Schema/Pdf/Pdf.php
M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
M libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php
M libraries/classes/Plugins/Schema/RelationStats.php
M libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php
M libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
M libraries/classes/Plugins/Schema/TableStats.php
M libraries/classes/Plugins/Transformations/Abs/CodeMirrorEditorTransformationPlugin.php
M libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
M libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php
M libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php
M libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php
M libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php
M libraries/classes/Plugins/TwoFactorPlugin.php
M libraries/classes/Query/Compatibility.php
M libraries/classes/Query/Generator.php
M libraries/classes/Query/Utilities.php
M libraries/classes/RecentFavoriteTable.php
M libraries/classes/ResponseRenderer.php
M libraries/classes/Routing.php
M libraries/classes/Sanitize.php
M libraries/classes/Server/Status/Data.php
M libraries/classes/Server/Status/Monitor.php
M libraries/classes/Server/Status/Processes.php
M libraries/classes/Server/SysInfo/SysInfo.php
M libraries/classes/Session.php
M libraries/classes/Setup/ConfigGenerator.php
M libraries/classes/Setup/FormProcessing.php
M libraries/classes/Setup/Index.php
M libraries/classes/Sql.php
M libraries/classes/SqlQueryForm.php
M libraries/classes/StorageEngine.php
M libraries/classes/Table/ColumnsDefinition.php
M libraries/classes/Table/Indexes.php
M libraries/classes/Table/Search.php
M libraries/classes/Tracking/Tracking.php
M libraries/classes/Transformations.php
M libraries/classes/Types.php
M libraries/classes/Url.php
M libraries/classes/UserPassword.php
M libraries/classes/UserPreferences.php
M phpcs.xml.dist
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/AbstractNetworkTestCase.php
M test/classes/BrowseForeignersTest.php
M test/classes/CheckUserPrivilegesTest.php
M test/classes/Config/ConfigFileTest.php
M test/classes/Config/FormDisplayTest.php
M test/classes/Config/Forms/FormListTest.php
M test/classes/ConfigStorage/UserGroupsTest.php
M test/classes/ConfigTest.php
M test/classes/Controllers/Table/FindReplaceControllerTest.php
M test/classes/Controllers/Table/IndexesControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/CoreTest.php
M test/classes/Database/CentralColumnsTest.php
M test/classes/Database/Designer/CommonTest.php
M test/classes/Database/EventsTest.php
M test/classes/Database/RoutinesTest.php
M test/classes/Database/TriggersTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/Display/ResultsTest.php
M test/classes/EncodingTest.php
M test/classes/Engines/PbxtTest.php
M test/classes/ErrorHandlerTest.php
M test/classes/Export/OptionsTest.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/GitTest.php
M test/classes/Html/GeneratorTest.php
M test/classes/IndexTest.php
M test/classes/InsertEditTest.php
M test/classes/Plugins/Auth/AuthenticationHttpTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportOdtTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Export/ExportTexytextTest.php
M test/classes/Plugins/Export/ExportXmlTest.php
M test/classes/Plugins/Import/ImportShpTest.php
M test/classes/RoutingTest.php
M test/classes/SanitizeTest.php
M test/classes/ScriptsTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Server/SelectTest.php
M test/classes/SqlQueryFormTest.php
M test/classes/SqlTest.php
M test/classes/Stubs/DbiDummy.php
M test/classes/SystemDatabaseTest.php
M test/classes/Table/IndexesTest.php
M test/classes/TableTest.php
M test/classes/Tracking/TrackerTest.php
M test/classes/Tracking/TrackingTest.php
M test/classes/UtilTest.php
M test/classes/Utils/HttpRequestTest.php
M test/classes/ZipExtensionTest.php
M test/selenium/Database/OperationsTest.php
M test/selenium/Table/CreateTest.php
M test/selenium/TestBase.php

Log Message:
-----------
Rename variables to use camel case format

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>



More information about the Git mailing list