phpmyadmin/libraries/classes/Controllers
Kamil Tekiela 4ec3b99ba3
Improve boolean conditions with arrays (#18417)
* Remove empty() on array

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

* Remove boolean count()

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

---------

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-05-12 15:16:26 -03:00
..
Config Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
Console/Bookmark Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
Database Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
Export Merge pull request #18397 from kamil-tekiela/Fix-18396 2023-05-12 13:51:28 -03:00
Import Remove MAX_FILE_SIZE 2023-04-20 16:53:19 +01:00
Normalization Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Preferences Remove ThemeManager::getInstance() method 2023-05-09 21:29:49 -03:00
Server Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
Setup Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Sql Short boolean conditions (#18413) 2023-05-12 11:09:21 -03:00
Table Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
Transformation Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
View Replace superglobals with serverrequest in controllers 2023-04-12 15:49:31 -03:00
AbstractController.php Remove $GLOBALS['PMA_PHP_SELF'] (#18149) 2023-02-27 17:56:27 -03:00
BrowseForeignersController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
ChangeLogController.php Merge branch 'QA_5_2' 2023-05-06 11:25:42 +02:00
CheckRelationsController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
CollationConnectionController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
ColumnController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
DatabaseController.php Remove the dblist global variable 2022-11-13 21:08:00 -03:00
ErrorReportController.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
GisDataEditorController.php Merge branch 'QA_5_2' 2023-04-11 15:46:30 -03:00
GitInfoController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
HomeController.php Merge branch 'QA_5_2' 2023-04-11 15:46:30 -03:00
JavaScriptMessagesController.php Replace jqPlot with Chart.js in /server/status/queries 2023-04-06 18:52:43 -03:00
LicenseController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
LintController.php Merge branch 'QA_5_2' 2023-05-04 22:30:56 +02:00
LogoutController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
NavigationController.php Require single line for function calls 2023-03-26 23:10:10 -03:00
PhpInfoController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
RecentTablesListController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
SchemaExportController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
TableController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
ThemesController.php Move Theme and ThemeManager into the Theme namespace 2023-03-13 10:25:48 -03:00
ThemeSetController.php Add support for theme color modes 2023-03-13 23:28:29 -03:00
UserPasswordController.php Require single line for function calls 2023-03-26 23:10:10 -03:00
VersionCheckController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00