phpmyadmin/libraries/classes
Hugues Peccatte f06883d2a7 Remove useless parenthesis
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-01-20 01:23:53 +01:00
..
Config Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Controllers Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Database Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Dbi Format array declarations 2019-01-07 14:31:39 -02:00
Di Update PHPDoc 2019-01-13 09:52:46 +01:00
Display Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Engines Merge pull request #14860 from Tithugues/feature/use-real-names-not-aliases 2019-01-14 22:55:37 -03:00
Gis Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Navigation Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Plugins Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Properties Update PHPDoc 2019-01-13 09:52:46 +01:00
Rte Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Server Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Twig Update PHPDoc 2019-01-13 09:52:46 +01: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 Adds space after not (!) and type cast 2019-01-05 21:56:34 -02:00
BrowseForeigners.php Format array declarations 2019-01-07 14:31:39 -02:00
CentralColumns.php Reduce nested ifs 2019-01-12 23:06:04 +01:00
Charsets.php Fix wrong locale code 2019-01-12 23:36:14 +01:00
CheckUserPrivileges.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Config.php Merge pull request #14850 from Tithugues/feature/group-str-replace 2019-01-16 02:55:53 -03:00
Console.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
Core.php Use real function names, not their aliases 2019-01-12 23:37:52 +01:00
CreateAddField.php Format array declarations 2019-01-07 14:31:39 -02:00
DatabaseInterface.php Reduce nested ifs 2019-01-12 23:06:04 +01: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 Fix doc comments alignment 2019-01-07 15:09:32 -02:00
ErrorReport.php Format array declarations 2019-01-07 14:31:39 -02:00
Export.php Merge pull request #14855 from Tithugues/feature/reduce-nested-ifs 2019-01-16 02:16:38 -03: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 Upgrade phpmyadmin/coding-standard to v1.0 2019-01-08 01:26:26 -02:00
Header.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Import.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Index.php Reduce nested ifs 2019-01-12 23:06:04 +01:00
IndexColumn.php Adds space after not (!) and type cast 2019-01-05 21:56:34 -02:00
InsertEdit.php Merge pull request #14849 from Tithugues/feature/replace-regexp-when-simple 2019-01-16 02:14:51 -03:00
IpAllowDeny.php Rewrite some concatenations or operations done in a long way 2019-01-13 00:18:47 +01:00
Language.php Update PHPDoc 2019-01-13 09:52:46 +01:00
LanguageManager.php Add Burmese language to LanguageManager 2019-01-10 16:16:00 -02: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 Define an absolute path to use for require statements 2018-12-22 14:37:31 -02:00
Logging.php Merge commit 'f44c3c' 2018-11-13 18:18:58 -05:00
Menu.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Message.php Upgrade phpmyadmin/coding-standard to v1.0 2019-01-08 01:26:26 -02: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 Replace array_push for performances 2019-01-12 02:14:14 +01:00
OpenDocument.php Format array declarations 2019-01-07 14:31:39 -02:00
Operations.php Format array declarations 2019-01-07 14:31:39 -02:00
OutputBuffering.php Format array declarations 2019-01-07 14:31:39 -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 Upgrade phpmyadmin/coding-standard to v1.0 2019-01-08 01:26:26 -02:00
RecentFavoriteTable.php Format array declarations 2019-01-07 14:31:39 -02:00
Relation.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
RelationCleanup.php Remove $GLOBALS['dbi'] from RelationCleanup class 2018-09-02 12:53:47 -03:00
Replication.php [cs] remove unused brackets, clean unused property assign 2018-11-26 17:54:40 +01:00
ReplicationGui.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Response.php Fix doc comments alignment 2019-01-07 15:09:32 -02:00
Sanitize.php Upgrade phpmyadmin/coding-standard to v1.0 2019-01-08 01:26:26 -02:00
SavedSearches.php Format array declarations 2019-01-07 14:31:39 -02:00
Scripts.php Format array declarations 2019-01-07 14:31:39 -02:00
Session.php And this one is removed in PHP 7.1 2019-01-12 23:43:06 +01:00
Sql.php Remove useless parenthesis 2019-01-20 01:23:53 +01: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 methods and properties visibility issues 2018-05-30 21:02:26 -03:00
SysInfoSunOS.php Replace regular expressions when simple 2019-01-12 02:06:28 +01:00
SysInfoWINNT.php Format array declarations 2019-01-07 14:31:39 -02:00
SystemDatabase.php remove unused and fix @param, @var and @return annotation values 2018-11-24 21:47:26 +01:00
Table.php Merge pull request #14861 from Tithugues/feature/use-elvis-operator 2019-01-16 02:47:24 -03:00
Template.php Update or add missing @throws 2019-01-13 09:52:46 +01: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 Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Tracking.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Transformations.php Replace regular expressions when simple 2019-01-12 02:06:28 +01:00
TwoFactor.php Format array declarations 2019-01-07 14:31:39 -02:00
Types.php Format array declarations 2019-01-07 14:31:39 -02:00
Url.php Remove unnecessary HTML closing tags 2018-12-19 00:12:54 -02:00
UserPassword.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
UserPreferences.php Format array declarations 2019-01-07 14:31:39 -02:00
Util.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
VersionInformation.php Use Elvis operator 2019-01-12 23:58:02 +01:00
ZipExtension.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00