phpmyadmin/libraries/classes
William Desportes 21cf996096
Merge #18462 - Code improvement: NullableCompareToNullRector
Pull-request: #18462

Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 13:05:51 +02:00
..
Advisory Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Charsets Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
Command Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Config NullableCompareToNullRector 2023-05-27 21:58:12 +01:00
ConfigStorage Improve type hint 2023-05-19 16:29:34 +01:00
Controllers Move trigger row foreach loop into the list.twig template 2023-05-25 16:03:45 -03:00
Crypto Use union with null instead of short nullable type 2023-02-20 21:48:19 -03:00
Database Merge the DB and table trigger controllers 2023-05-25 15:39:36 -03:00
Dbal NullableCompareToNullRector 2023-05-27 21:58:12 +01:00
Display ForeignKeyRelatedTable 2023-05-13 15:45:10 +01:00
Engines Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Exceptions Remove QBE 2023-05-19 11:21:46 +01:00
Export Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Gis Update GisVisualization.php 2023-05-12 21:59:14 +01:00
Html Merge pull request #18445 from kamil-tekiela/InsertEdit-pt4 2023-05-24 21:16:01 -03:00
Http Fix implicit nulls 2023-03-17 12:45:18 +00:00
Image Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
Import Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Navigation Use array shape for getPaths 2023-05-29 11:43:43 +01:00
Partitioning Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Plugins Merge the DB and table trigger controllers 2023-05-25 15:39:36 -03:00
Properties Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Providers/ServerVariables Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Query Add Trigger value object 2023-05-26 15:38:55 -03:00
Replication Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
Server Remove strlen in boolean conditions 2023-05-12 17:45:07 +01:00
Setup versionToInt never returns false 2023-05-12 21:52:17 +01:00
Table Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
Theme Fix property initializations 2023-05-11 23:25:01 +01:00
Tracking Fix blank DB tracking page when using control user 2023-05-24 22:47:38 -03:00
Triggers Create the TriggerName value object 2023-05-28 15:46:59 -03:00
Twig Split Util::getSupportedDatatypes (#18420) 2023-05-17 14:49:06 -03:00
Utils Add missing traversable type hints 2023-04-02 01:32:12 -03:00
WebAuthn Update CBORDecoder.php 2023-05-12 23:00:10 +01:00
Bookmark.php Add configuration option to allow shared bookmarks 2023-04-14 12:09:01 +03:00
BrowseForeigners.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Cache.php Add native param types 2023-03-17 12:45:18 +00:00
Charsets.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
CheckUserPrivileges.php Create value object ShowGrants 2023-04-16 00:43:13 +01:00
ColumnFull.php Implement ColumnFull DTO 2023-05-19 16:29:34 +01:00
Common.php Remove ThemeManager::getInstance() method 2023-05-09 21:29:49 -03:00
Config.php Shorten else/if to elseif 2023-05-12 00:12:58 +01:00
Console.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
Core.php Merge branch 'QA_5_2' 2023-05-06 11:25:42 +02:00
CreateAddField.php Remove strlen in boolean conditions 2023-05-12 17:45:07 +01:00
DatabaseInterface.php Use null as sentinel value in getColumn 2023-05-19 16:33:01 +01:00
DbTableExists.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
EditField.php Add native property types (#18143) 2023-02-26 23:30:41 -03:00
Encoding.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Error.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ErrorHandler.php NullableCompareToNullRector 2023-05-27 21:58:12 +01:00
ErrorReport.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
Export.php Remove unused param (#18398) 2023-05-12 13:49:28 -03:00
FieldMetadata.php phpstan supports object shape since 1.10.12 2023-04-29 22:43:55 +02:00
File.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
FileListing.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
FlashMessages.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Font.php Simplify Font::getCharLists() 2023-05-11 23:03:50 +01:00
Footer.php Fix property initializations 2023-05-11 23:25:01 +01:00
Git.php Improve Git::checkGitRevision() return type declaration 2023-05-21 13:25:38 -03:00
Header.php Fix property initializations 2023-05-11 23:25:01 +01:00
Import.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Index.php Voidify loadIndexes 2023-05-12 23:17:51 +01:00
IndexColumn.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
InsertEdit.php Move buildInsertSqlQuery to Generator 2023-05-23 15:31:46 +01:00
InsertEditColumn.php Implement InsertEditColumn 2023-05-23 15:31:46 +01:00
InternalRelations.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
IpAllowDeny.php UseIdenticalOverEqualWithSameTypeRector 2023-05-12 19:13:49 +01:00
Language.php Split long lines 2023-03-17 12:48:12 +00:00
LanguageManager.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Linter.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ListAbstract.php Refactor ListAbstract (#18216) 2023-03-05 13:17:52 -03:00
ListDatabase.php Shorten else/if to elseif 2023-05-12 00:12:58 +01:00
Logging.php Remove config global var from Logging class 2023-04-27 14:38:18 -03:00
Menu.php Merge the DB and table trigger controllers 2023-05-25 15:39:36 -03:00
Message.php Update Message.php 2023-05-12 23:00:10 +01:00
Mime.php Add native return type hints (#18126) 2023-02-23 15:43:36 -03:00
Normalization.php Remove all new Psalm issues 2023-05-19 16:33:01 +01:00
OpenDocument.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Operations.php Merge the DB and table trigger controllers 2023-05-25 15:39:36 -03:00
OutputBuffering.php Check whether ob_gzhandler is already in use 2023-03-13 14:38:55 +00:00
ParseAnalyze.php Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
Pdf.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
Plugins.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
Profiling.php Use union with null instead of short nullable type 2023-02-20 21:48:19 -03:00
RecentFavoriteTable.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
ResponseRenderer.php Merge pull request #18409 from kamil-tekiela/Property-initialization 2023-05-12 12:15:54 -03:00
Routing.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
Sanitize.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Scripts.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Session.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
ShowGrants.php Create value object ShowGrants 2023-04-16 00:43:13 +01:00
Sql.php Merge pull request #18419 from kamil-tekiela/UseIdenticalOverEqualWithSameTypeRector 2023-05-16 17:28:52 -03:00
SqlQueryForm.php Add configuration option to allow shared bookmarks 2023-04-14 12:09:01 +03:00
StatementInfo.php Add native param types 2023-03-17 12:45:18 +00:00
StorageEngine.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
SystemColumn.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
SystemDatabase.php Add native param types 2023-03-17 12:45:18 +00:00
Table.php Merge the DB and table trigger controllers 2023-05-25 15:39:36 -03:00
Template.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Transformations.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
TwoFactor.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Types.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Url.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
UrlRedirector.php Add never type 2023-05-11 23:32:35 +01:00
UserPassword.php Merge pull request #18425 from kamil-tekiela/Duplicated-line 2023-05-18 20:43:35 -03:00
UserPreferences.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Util.php Split Util::getSupportedDatatypes (#18420) 2023-05-17 14:49:06 -03:00
Version.php Prepare for version 6.0.0-dev 2023-02-10 19:20:51 -03:00
VersionInformation.php versionToInt never returns false 2023-05-12 21:52:17 +01:00
ZipExtension.php createFile in ZipExtension 2023-05-12 22:52:11 +01:00