phpmyadmin/libraries/classes
Hugues Peccatte b68ae133ca Add return type hint
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-05-14 21:59:57 +02:00
..
Config Update PHPDoc 2019-05-14 21:59:57 +02:00
Controllers Remove unused variables 2019-05-14 21:59:57 +02:00
Database Remove unused variables 2019-05-14 21:59:57 +02:00
Dbi Update PHPDoc 2019-05-14 21:59:57 +02:00
Di Update PHPDoc 2019-01-13 09:52:46 +01:00
Display Remove useless method parameter 2019-05-14 21:59:57 +02:00
Engines Merge pull request #14860 from Tithugues/feature/use-real-names-not-aliases 2019-01-14 22:55:37 -03:00
Gis Update PHPDoc 2019-05-14 21:59:57 +02:00
Navigation Replace class name as string by ":class" 2019-05-07 22:56:59 +02:00
Plugins Remove unused variables 2019-05-14 21:59:57 +02:00
Properties Update PHPDoc 2019-05-14 21:59:57 +02:00
Rte Update PHPDoc 2019-05-14 21:59:57 +02:00
Server Remove useless "i" modifier on non-character selection 2019-05-07 23:27:18 +02:00
Setup Extract HTML from Setup\FormProcessing 2019-04-09 22:44:06 -03:00
Twig Extract HTML from Navigation\NavigationHeader 2019-04-23 22:20:06 -03:00
Utils Format array declarations 2019-01-07 14:31:39 -02:00
Advisor.php Merge pull request #14862 from Tithugues/feature/rewrite-concat-and-operations 2019-01-16 02:25:43 -03:00
Bookmark.php Merge branch 'QA_4_8' 2019-03-07 00:00:39 +01:00
BrowseForeigners.php Format array declarations 2019-01-07 14:31:39 -02:00
CentralColumns.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
Charsets.php Fix coding standard errors 2019-05-01 14:47:27 -03:00
CheckUserPrivileges.php Remove libraries/check_user_privileges.inc.php 2019-01-22 18:18:21 -02:00
Config.php Merge pull request #15258 from Tithugues/feature/use-strpos-instead-of-strstr 2019-05-08 14:20:45 -03:00
Console.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
Core.php Change "error.inc.php" file as a class 2019-05-05 22:12:29 +02:00
CreateAddField.php Remove use of unexisting variables 2019-05-11 00:34:57 +02:00
DatabaseInterface.php Update PHPDoc 2019-05-14 21:59:57 +02:00
Encoding.php Use real function names, not their aliases 2019-01-12 23:37:52 +01:00
Error.php Format array declarations 2019-01-07 14:31:39 -02:00
ErrorHandler.php Merge branch 'QA_4_8' 2019-03-30 12:29:07 +01:00
ErrorReport.php Use magic variables when possible 2019-05-07 22:59:13 +02:00
Export.php Use exit; instead of exit(); because exit; is most common in codebase 2019-05-11 00:53:57 +02:00
File.php phpstan level 2 - Fix phpdoc 2018-11-25 13:57:55 +01:00
FileListing.php Adds space after not (!) and type cast 2019-01-05 21:56:34 -02:00
Font.php Rewrite some concatenations or operations done in a long way 2019-01-13 00:18:47 +01:00
Footer.php Extract HTML from Footer::getDisplay() 2019-04-19 16:39:24 -03:00
Header.php Remove unused variables 2019-05-14 21:59:57 +02:00
Import.php Remove unused variables 2019-05-14 21:59:57 +02:00
Index.php Merge branch 'QA_4_8' 2019-04-28 20:26:59 +02:00
IndexColumn.php Adds space after not (!) and type cast 2019-01-05 21:56:34 -02:00
InsertEdit.php Remove unused private method 2019-05-14 21:59:57 +02:00
InternalRelations.php Create PhpMyAdmin\InternalRelations 2019-03-24 17:23:42 -03:00
IpAllowDeny.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
Language.php Update PHPDoc 2019-01-13 09:52:46 +01:00
LanguageManager.php Merge branch 'QA_4_8' 2019-04-17 19:39:33 -03:00
Linter.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
ListAbstract.php Upgrade phpmyadmin/coding-standard to v1.0 2019-01-08 01:26:26 -02:00
ListDatabase.php Remove libraries/check_user_privileges.inc.php 2019-01-22 18:18:21 -02:00
Logging.php Merge commit 'f44c3c' 2018-11-13 18:18:58 -05:00
Menu.php Remove useless attribute 2019-05-14 21:59:57 +02:00
Message.php Merge pull request #15244 from Tithugues/feature/minor-improvements-on-message-class 2019-05-04 19:00:16 -03:00
Mime.php Upgrade phpmyadmin/coding-standard to v1.0 2019-01-08 01:26:26 -02:00
MultSubmits.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Normalization.php Update PHPDoc 2019-05-14 21:59:57 +02:00
OpenDocument.php Format array declarations 2019-01-07 14:31:39 -02:00
Operations.php Update PHPDoc 2019-05-14 21:59:57 +02:00
OutputBuffering.php Merge branch 'QA_4_8' 2019-01-28 14:51:43 -02:00
ParseAnalyze.php Format array declarations 2019-01-07 14:31:39 -02:00
Partition.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
Pdf.php Update or add missing @throws 2019-01-13 09:52:46 +01:00
Plugins.php Replace class name as string by ":class" 2019-05-07 22:56:59 +02:00
RecentFavoriteTable.php Remove use of unexisting variables 2019-05-11 00:34:57 +02:00
Relation.php Update PHPDoc 2019-05-14 21:59:57 +02:00
RelationCleanup.php Fix type error in setup pages 2019-03-11 16:52:57 -03:00
Replication.php [cs] remove unused brackets, clean unused property assign 2018-11-26 17:54:40 +01:00
ReplicationGui.php Extract HTML from ReplicationGui::getHtmlForReplicationStatusTable 2019-04-06 20:26:06 -03:00
Response.php Use magic variables when possible 2019-05-07 22:59:13 +02:00
Sanitize.php Add return type hint 2019-05-14 21:59:57 +02:00
SavedSearches.php Format array declarations 2019-01-07 14:31:39 -02:00
Scripts.php Extract HTML from Scripts::getDisplay() 2019-04-19 21:47:27 -03:00
Session.php And this one is removed in PHP 7.1 2019-01-12 23:43:06 +01:00
Sql.php Remove useless unset 2019-05-14 21:59:57 +02:00
SqlQueryForm.php Format array declarations 2019-01-07 14:31:39 -02:00
StorageEngine.php Update PHPDoc 2019-01-13 09:52:46 +01:00
SubPartition.php phpstan level 2 - Fix phpdoc 2018-11-25 13:57:55 +01:00
SysInfo.php Format array declarations 2019-01-07 14:31:39 -02:00
SysInfoBase.php Use short array syntax instead of long array syntax 2018-05-30 01:42:21 -03:00
SysInfoLinux.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
SysInfoSunOS.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
SysInfoWINNT.php Remove use of unexisting variables 2019-05-11 00:34:57 +02:00
SystemDatabase.php remove unused and fix @param, @var and @return annotation values 2018-11-24 21:47:26 +01:00
Table.php Fix issue reported by scrutinizer 2019-04-25 20:58:38 +02:00
TablePartitionDefinition.php Change "tbl_partition_definition.inc.php" file as a class 2019-05-07 23:29:30 +02:00
Template.php Update PHPDoc 2019-05-14 21:59:57 +02:00
Theme.php Format array declarations 2019-01-07 14:31:39 -02:00
ThemeManager.php Define an absolute path to use for require statements 2018-12-22 14:37:31 -02:00
Tracker.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
Tracking.php Use exit; instead of exit(); because exit; is most common in codebase 2019-05-11 00:53:57 +02:00
Transformations.php Remove unused variables 2019-05-14 21:59:57 +02:00
TwoFactor.php Replace class name as string by ":class" 2019-05-07 22:56:59 +02:00
Types.php Fix coding standard errors 2019-05-01 14:47:27 -03:00
Url.php Remove unused variables 2019-05-14 21:59:57 +02:00
UserPassword.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
UserPreferences.php Move prefs_* templates to the preferences directory 2019-04-07 16:05:48 -03:00
UserPreferencesHeader.php Change "user_preferences.inc.php" file as a class 2019-05-04 22:02:10 +02:00
Util.php Remove unused variables 2019-05-14 21:59:57 +02:00
VersionInformation.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
ZipExtension.php Merge branch 'QA_4_8' 2019-03-02 20:24:02 +01:00