Remove some useless comments
commitdb3da81056b365df311750dc33a6da589c6f289c
authorMaurício Meneghini Fauth <mauricio@fauth.dev>
Tue, 13 Oct 2020 22:56:56 +0000 (13 19:56 -0300)
committerMaurício Meneghini Fauth <mauricio@fauth.dev>
Tue, 13 Oct 2020 22:56:56 +0000 (13 19:56 -0300)
tree70cd13b9a3ba9e833140e81b1b8b5894f17a9d10
parent97f53937ee726fba56d056448b95cbfef291e087
Remove some useless comments

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
238 files changed:
libraries/classes/Controllers/BrowseForeignersController.php
libraries/classes/Controllers/Database/DataDictionaryController.php
libraries/classes/Controllers/Database/MultiTableQueryController.php
libraries/classes/Controllers/Database/RoutinesController.php
libraries/classes/Controllers/Database/TriggersController.php
libraries/classes/Controllers/HomeController.php
libraries/classes/Controllers/Server/BinlogController.php
libraries/classes/Controllers/Server/CollationsController.php
libraries/classes/Controllers/Server/DatabasesController.php
libraries/classes/Controllers/Server/EnginesController.php
libraries/classes/Controllers/Server/PluginsController.php
libraries/classes/Controllers/Server/SqlController.php
libraries/classes/Controllers/Server/Status/MonitorController.php
libraries/classes/Controllers/Server/Status/ProcessesController.php
libraries/classes/Controllers/Server/Status/StatusController.php
libraries/classes/Controllers/Server/VariablesController.php
libraries/classes/Controllers/Setup/AbstractController.php
libraries/classes/Controllers/Setup/ConfigController.php
libraries/classes/Controllers/Setup/FormController.php
libraries/classes/Controllers/Setup/HomeController.php
libraries/classes/Controllers/Setup/ServersController.php
libraries/classes/Controllers/TransformationOverviewController.php
libraries/classes/CreateAddField.php
libraries/classes/Database/DatabaseList.php
libraries/classes/Database/Designer.php
libraries/classes/Database/Designer/Common.php
libraries/classes/Display/Results.php
libraries/classes/Encoding.php
libraries/classes/Error.php
libraries/classes/ErrorHandler.php
libraries/classes/ErrorReport.php
libraries/classes/FileListing.php
libraries/classes/Import.php
libraries/classes/Index.php
libraries/classes/IndexColumn.php
libraries/classes/Language.php
libraries/classes/LanguageManager.php
libraries/classes/ListAbstract.php
libraries/classes/ListDatabase.php
libraries/classes/Message.php
libraries/classes/Normalization.php
libraries/classes/Operations.php
libraries/classes/Plugins/Export/Helpers/TableProperty.php
libraries/classes/Properties/Options/Groups/OptionsPropertyMainGroup.php
libraries/classes/Properties/Options/Groups/OptionsPropertyRootGroup.php
libraries/classes/Properties/Options/Groups/OptionsPropertySubgroup.php
libraries/classes/Properties/Options/Items/BoolPropertyItem.php
libraries/classes/Properties/Options/Items/DocPropertyItem.php
libraries/classes/Properties/Options/Items/HiddenPropertyItem.php
libraries/classes/Properties/Options/Items/MessageOnlyPropertyItem.php
libraries/classes/Properties/Options/Items/NumberPropertyItem.php
libraries/classes/Properties/Options/Items/RadioPropertyItem.php
libraries/classes/Properties/Options/Items/SelectPropertyItem.php
libraries/classes/Properties/Options/Items/TextPropertyItem.php
libraries/classes/SystemDatabase.php
libraries/classes/Table.php
libraries/classes/TablePartitionDefinition.php
libraries/classes/Template.php
libraries/classes/Theme.php
libraries/classes/Twig/CoreExtension.php
libraries/classes/Twig/I18n/NodeTrans.php
libraries/classes/Twig/I18n/TokenParserTrans.php
libraries/classes/Twig/I18nExtension.php
libraries/classes/Twig/MessageExtension.php
libraries/classes/Twig/PluginsExtension.php
libraries/classes/Twig/RelationExtension.php
libraries/classes/Twig/SanitizeExtension.php
libraries/classes/Twig/TableExtension.php
libraries/classes/Twig/TrackerExtension.php
libraries/classes/Twig/TransformationsExtension.php
libraries/classes/Twig/UrlExtension.php
libraries/classes/Twig/UtilExtension.php
libraries/classes/UserPassword.php
libraries/classes/UserPreferences.php
libraries/classes/Util.php
libraries/classes/Utils/HttpRequest.php
test/classes/BookmarkTest.php
test/classes/BrowseForeignersTest.php
test/classes/CheckUserPrivilegesTest.php
test/classes/Config/DescriptionTest.php
test/classes/Config/FormDisplayTest.php
test/classes/Config/FormTest.php
test/classes/Config/Forms/FormListTest.php
test/classes/Config/PageSettingsTest.php
test/classes/Config/ServerConfigChecksTest.php
test/classes/ConfigTest.php
test/classes/Controllers/Server/BinlogControllerTest.php
test/classes/Controllers/Server/CollationsControllerTest.php
test/classes/Controllers/Server/DatabasesControllerTest.php
test/classes/Controllers/Server/EnginesControllerTest.php
test/classes/Controllers/Server/PluginsControllerTest.php
test/classes/Controllers/Server/Status/MonitorControllerTest.php
test/classes/Controllers/Server/Status/ProcessesControllerTest.php
test/classes/Controllers/Server/Status/QueriesControllerTest.php
test/classes/Controllers/Server/Status/StatusControllerTest.php
test/classes/Controllers/Server/Status/VariablesControllerTest.php
test/classes/Controllers/Server/VariablesControllerTest.php
test/classes/Controllers/Table/IndexesControllerTest.php
test/classes/Controllers/Table/RelationControllerTest.php
test/classes/Controllers/TransformationOverviewControllerTest.php
test/classes/CoreTest.php
test/classes/CreateAddFieldTest.php
test/classes/Database/Designer/CommonTest.php
test/classes/Database/DesignerTest.php
test/classes/Database/QbeTest.php
test/classes/Database/SearchTest.php
test/classes/Dbal/DbiMysqliTest.php
test/classes/Display/ResultsTest.php
test/classes/Engines/BdbTest.php
test/classes/Engines/BinlogTest.php
test/classes/Engines/InnodbTest.php
test/classes/Engines/MemoryTest.php
test/classes/Engines/MrgMyisamTest.php
test/classes/Engines/MyisamTest.php
test/classes/Engines/NdbclusterTest.php
test/classes/Engines/PbxtTest.php
test/classes/ErrorHandlerTest.php
test/classes/ErrorReportTest.php
test/classes/ExportTest.php
test/classes/FileTest.php
test/classes/FontTest.php
test/classes/FooterTest.php
test/classes/Gis/GisFactoryTest.php
test/classes/Gis/GisGeometryCollectionTest.php
test/classes/Gis/GisGeometryTest.php
test/classes/Gis/GisLineStringTest.php
test/classes/Gis/GisMultiLineStringTest.php
test/classes/Gis/GisMultiPointTest.php
test/classes/Gis/GisMultiPolygonTest.php
test/classes/Gis/GisPointTest.php
test/classes/Gis/GisPolygonTest.php
test/classes/GitTest.php
test/classes/HeaderTest.php
test/classes/Html/GeneratorTest.php
test/classes/Html/MySQLDocumentationTest.php
test/classes/ImportTest.php
test/classes/IndexTest.php
test/classes/InsertEditTest.php
test/classes/IpAllowDenyTest.php
test/classes/LanguageTest.php
test/classes/LinterTest.php
test/classes/ListDatabaseTest.php
test/classes/MenuTest.php
test/classes/MessageTest.php
test/classes/MimeTest.php
test/classes/Navigation/NavigationTest.php
test/classes/Navigation/NavigationTreeTest.php
test/classes/Navigation/NodeFactoryTest.php
test/classes/Navigation/Nodes/NodeColumnContainerTest.php
test/classes/Navigation/Nodes/NodeColumnTest.php
test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
test/classes/Navigation/Nodes/NodeDatabaseTest.php
test/classes/Navigation/Nodes/NodeEventContainerTest.php
test/classes/Navigation/Nodes/NodeEventTest.php
test/classes/Navigation/Nodes/NodeFunctionContainerTest.php
test/classes/Navigation/Nodes/NodeFunctionTest.php
test/classes/Navigation/Nodes/NodeIndexContainerTest.php
test/classes/Navigation/Nodes/NodeIndexTest.php
test/classes/Navigation/Nodes/NodeProcedureContainerTest.php
test/classes/Navigation/Nodes/NodeProcedureTest.php
test/classes/Navigation/Nodes/NodeTableContainerTest.php
test/classes/Navigation/Nodes/NodeTableTest.php
test/classes/Navigation/Nodes/NodeTest.php
test/classes/Navigation/Nodes/NodeTriggerContainerTest.php
test/classes/Navigation/Nodes/NodeTriggerTest.php
test/classes/Navigation/Nodes/NodeViewContainerTest.php
test/classes/Navigation/Nodes/NodeViewTest.php
test/classes/NormalizationTest.php
test/classes/PdfTest.php
test/classes/Plugins/Auth/AuthenticationConfigTest.php
test/classes/Plugins/Auth/AuthenticationCookieTest.php
test/classes/Plugins/Auth/AuthenticationHttpTest.php
test/classes/Plugins/Auth/AuthenticationSignonTest.php
test/classes/Plugins/Export/ExportCodegenTest.php
test/classes/Plugins/Export/ExportCsvTest.php
test/classes/Plugins/Export/ExportExcelTest.php
test/classes/Plugins/Export/ExportHtmlwordTest.php
test/classes/Plugins/Export/ExportJsonTest.php
test/classes/Plugins/Export/ExportLatexTest.php
test/classes/Plugins/Export/ExportMediawikiTest.php
test/classes/Plugins/Export/ExportOdsTest.php
test/classes/Plugins/Export/ExportOdtTest.php
test/classes/Plugins/Export/ExportPdfTest.php
test/classes/Plugins/Export/ExportPhparrayTest.php
test/classes/Plugins/Export/ExportSqlTest.php
test/classes/Plugins/Export/ExportTexytextTest.php
test/classes/Plugins/Export/ExportXmlTest.php
test/classes/Plugins/Export/ExportYamlTest.php
test/classes/Plugins/Export/Helpers/TablePropertyTest.php
test/classes/Plugins/Import/ImportCsvTest.php
test/classes/Plugins/Import/ImportLdiTest.php
test/classes/Plugins/Import/ImportMediawikiTest.php
test/classes/Plugins/Import/ImportOdsTest.php
test/classes/Plugins/Import/ImportShpTest.php
test/classes/Plugins/Import/ImportSqlTest.php
test/classes/Plugins/Import/ImportXmlTest.php
test/classes/Plugins/Schema/DiaRelationSchemaTest.php
test/classes/Plugins/Schema/EpsRelationSchemaTest.php
test/classes/Plugins/Schema/ExportRelationSchemaTest.php
test/classes/Plugins/Schema/PdfRelationSchemaTest.php
test/classes/Plugins/Schema/SvgRelationSchemaTest.php
test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php
test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php
test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php
test/classes/Properties/Options/Items/PropertyItemsTest.php
test/classes/Properties/Options/OptionsPropertyGroupTest.php
test/classes/Properties/Options/OptionsPropertyItemTest.php
test/classes/Properties/Options/OptionsPropertyOneItemTest.php
test/classes/Properties/Plugins/ExportPluginPropertiesTest.php
test/classes/Properties/Plugins/ImportPluginPropertiesTest.php
test/classes/Properties/Plugins/PluginPropertyItemTest.php
test/classes/Properties/PropertyItemTest.php
test/classes/RelationCleanupTest.php
test/classes/RelationTest.php
test/classes/ReplicationGuiTest.php
test/classes/RoutingTest.php
test/classes/SanitizeTest.php
test/classes/Server/PrivilegesTest.php
test/classes/Server/SelectTest.php
test/classes/Server/UserGroupsTest.php
test/classes/Setup/ConfigGeneratorTest.php
test/classes/Setup/IndexTest.php
test/classes/SqlQueryFormTest.php
test/classes/SqlTest.php
test/classes/TableTest.php
test/classes/TemplateTest.php
test/classes/ThemeManagerTest.php
test/classes/ThemeTest.php
test/classes/TrackerTest.php
test/classes/TrackingTest.php
test/classes/TwoFactorTest.php
test/classes/TypesTest.php
test/classes/UrlTest.php
test/classes/UserPreferencesTest.php
test/classes/UtilTest.php
test/classes/Utils/FormatConverterTest.php
test/classes/Utils/HttpRequestTest.php
test/classes/VersionInformationTest.php