phpmyadmin/libraries
Kamil Tekiela 9469fd9eeb Remove redundant if statement with elseif
The string even when trimmed will never be empty. Checking for "0" string makes no sense in my opinion and null is an impossible value (despite PHPStan not recognizing it).

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2022-03-17 20:46:27 +00:00
..
cache Add new cache directory 2020-03-28 10:38:11 +01:00
classes Remove redundant if statement with elseif 2022-03-17 20:46:27 +00:00
.gitignore
config.default.php Merge branch 'QA_5_1-security' into master-security 2022-01-11 14:31:56 -03:00
config.values.php Remove useless whitespaces 2021-09-15 17:05:40 -03:00
constants.php Replace vendor_config.php constants with an array 2021-12-26 16:48:56 -03:00
routes.php Extract Simulate DML action from ImportController 2021-12-27 18:37:15 -03:00
services_controllers.php Extract ColumnsDefinition construction from controllers 2022-03-02 18:59:27 -03:00
services_loader.php Add void return type where possible 2021-09-13 15:29:11 -03:00
services.php Extract ColumnsDefinition construction from controllers 2022-03-02 18:59:27 -03:00
vendor_config.php Replace vendor_config.php constants with an array 2021-12-26 16:48:56 -03:00