phpmyadmin/libraries/classes
Kamil Tekiela 8433f66447 Remove unused variable in catch
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-02-14 12:10:23 +00:00
..
Advisory Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Charsets Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Command Extract config load and check from Config's constructor 2022-11-15 13:20:13 -03:00
Config Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
ConfigStorage Remove unused variable in catch 2023-02-14 12:10:23 +00:00
Controllers Remove unused variable in catch 2023-02-14 12:10:23 +00:00
Crypto Remove unused variable in catch 2023-02-14 12:10:23 +00:00
Database Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Dbal Remove unused variable in catch 2023-02-14 12:10:23 +00:00
Display Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Engines Remove usage of elvis operator 2022-12-20 19:50:58 +00:00
Exceptions Replace exit with exception in Session class 2022-11-17 22:06:51 -03:00
Export Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Gis Remove Image\ImageWrapper::destroy method 2023-02-13 10:34:12 -03:00
Html Remove dead code in Navigation (#17969) 2023-02-10 16:07:11 -03:00
Http Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Image Remove Image\ImageWrapper::destroy method 2023-02-13 10:34:12 -03:00
Import Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Navigation Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Partitioning Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Plugins Remove unused variable in catch 2023-02-14 12:10:23 +00:00
Properties Remove useless whitespaces 2021-09-15 17:05:40 -03:00
Providers/ServerVariables Remove unused variable in catch 2023-02-14 12:10:23 +00:00
Query Designer controller globals (#17985) 2023-01-26 22:58:24 -03:00
Server Remove unused variable in catch 2023-02-14 12:10:23 +00:00
Setup Remove temporary var $releases 2022-12-14 17:23:44 +00:00
Table Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Twig Clean up LIKE escaping 2022-11-25 00:06:52 +00:00
Utils Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
WebAuthn Remove unused variable in catch 2023-02-14 12:10:23 +00:00
Bookmark.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
BrowseForeigners.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Cache.php Voidify methods with no side effects 2022-10-14 20:42:42 +01:00
Charsets.php Fix indentation issues 2022-10-16 13:41:31 -03:00
CheckUserPrivileges.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Common.php Extract connection type constants to the Connection class 2023-01-17 02:21:27 -03:00
Config.php Remove unused variable in catch 2023-02-14 12:10:23 +00:00
Console.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Core.php Remove redundant pass-by-ref 2023-02-10 16:30:12 -03:00
CreateAddField.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
DatabaseInterface.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
DbTableExists.php Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
EditField.php Refactor insert edit (#17684) 2022-08-22 22:39:53 -03:00
Encoding.php Remove @access annotations 2021-12-22 11:43:45 -03:00
Error.php Remove unused variable in catch 2023-02-14 12:10:23 +00:00
ErrorHandler.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
ErrorReport.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Export.php Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
FieldMetadata.php Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
File.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
FileListing.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
FlashMessages.php
Font.php Remove redundant empty() 2022-10-17 14:37:30 +01:00
Footer.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Git.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Header.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Import.php Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
Index.php Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
IndexColumn.php Improve type declaration of Index::getCompareData method 2022-09-09 09:04:21 -03:00
InsertEdit.php substr() now returns an empty string 2023-02-13 21:11:17 +00:00
InternalRelations.php
IpAllowDeny.php Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
Language.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
LanguageManager.php Fix some languages not getting correctly detected 2022-07-15 21:32:22 -03:00
Linter.php Fix some coding style issues 2022-10-16 17:18:54 -03:00
ListAbstract.php Add bool return type where possible 2021-09-14 20:11:51 -03:00
ListDatabase.php Clean up LIKE escaping 2022-11-25 00:06:52 +00:00
Logging.php Add void return type where possible 2021-09-13 15:29:11 -03:00
Menu.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Message.php Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
Mime.php Remove redundant pass-by-ref 2023-02-10 16:30:12 -03:00
Normalization.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
OpenDocument.php Merge branch 'QA_5_1' into QA_5_2 2022-03-11 13:02:15 -03:00
Operations.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
OutputBuffering.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
ParseAnalyze.php Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
Pdf.php Extract schema export from schema plugins 2022-11-12 12:56:48 -03:00
Plugins.php Remove unused variable in catch 2023-02-14 12:10:23 +00:00
Profiling.php Refactor DatabaseInterface.php (#17209) 2021-11-26 20:17:46 -03:00
RecentFavoriteTable.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Replication.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
ReplicationGui.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
ReplicationInfo.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
ResponseRenderer.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Routing.php Replace Core::fatalError() calls in controllers 2022-10-31 20:25:55 -03:00
Sanitize.php Remove redundant pass-by-ref 2023-02-10 16:30:12 -03:00
SavedSearches.php Refactor SavedSearches class to use Exceptions 2022-11-10 00:22:37 -03:00
Scripts.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Session.php Remove dead code for old PHP versions 2023-02-12 13:59:40 -03:00
Sql.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
SqlQueryForm.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
StatementInfo.php Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
StorageEngine.php Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
SystemDatabase.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Table.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Template.php Remove comparison with 'production' in Template class 2022-10-25 23:19:28 -03:00
Theme.php Remove @access annotations 2021-12-22 11:43:45 -03:00
ThemeManager.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Tracker.php Extract connection type constants to the Connection class 2023-01-17 02:21:27 -03:00
Tracking.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Transformations.php Extract connection type constants to the Connection class 2023-01-17 02:21:27 -03:00
TwoFactor.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Types.php Merge branch 'QA_5_2' 2023-01-24 11:23:53 -03:00
Url.php Extract Database\PrivilegesController from Server\PrivilegesController 2022-05-27 17:13:23 -03:00
UrlRedirector.php Fix Database QbeTest 2022-10-20 03:07:47 -03:00
UserPassword.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
UserPreferences.php Convert var annotations to typed properties 2023-02-12 21:31:04 +00:00
Util.php Bump minimum PHP version to 8.1.0 2023-02-10 19:20:51 -03:00
Version.php Prepare for version 6.0.0-dev 2023-02-10 19:20:51 -03:00
VersionInformation.php Remove redundant operations 2022-12-14 17:23:44 +00:00
ZipExtension.php substr() now returns an empty string 2023-02-13 21:11:17 +00:00