phpmyadmin/libraries/classes/Plugins
Kamil Tekiela 6264f6f1ea
Various refactorings 2 (#17965)
* Remove extra blank lines
* Remove useless param annotations
* Refactor Index::singleton
* Refactor Config.php
* Refactor Header::addRecentTable()
* Collapse return statement into a single line
* Refactor Message.php
* Convert $getUniqueCondition into a scalar
* Code style
* Fix invalid return phpdoc
* Remove unused variable
* Remove redundant empty array checks
* Refactor Export::closeFile()
* Simplify else statement
* Remove redundant else
* Refactor TablePartitionDefinition::getDetails
* Simpler returns
* Add types for getCellContent()
* Remove useless method mngInsideStructComm

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2022-12-24 12:54:23 -03:00
..
Auth Replace exit with exception in Session class 2022-11-17 22:06:51 -03:00
Export Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
Import Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
Schema Replace escapeString with quoteString (#17946) 2022-12-04 12:20:16 -03:00
Transformations Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
TwoFactor Add unit test for Plugins\TwoFactor\Key::getRegistrations 2022-12-15 22:54:33 -03:00
AuthenticationPlugin.php Replace exit with exception in Session class 2022-11-17 22:06:51 -03:00
AuthenticationPluginFactory.php Create a factory for auth plugin creation 2022-11-16 19:32:10 -03:00
ExportPlugin.php Merge branch 'QA_5_2' 2022-12-16 11:53:18 -03:00
ImportPlugin.php Merge branch 'QA_5_2' 2022-05-20 14:48:45 -03:00
IOTransformationsPlugin.php Add bool return type where possible 2021-09-14 20:11:51 -03:00
Plugin.php Mark Plugins\Plugin::isAvailable as static method 2022-05-20 14:17:57 -03:00
SchemaPlugin.php Extract schema export from schema plugins 2022-11-12 12:56:48 -03:00
TransformationsInterface.php Add native types to TransformationsInterface methods 2022-01-26 15:48:08 -03:00
TransformationsPlugin.php Fix some errors found by Psalm 2021-06-25 15:03:05 -03:00
TwoFactorPlugin.php Fix possible undefined globals 2022-03-10 18:05:21 -03:00
UploadInterface.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00