-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK][DEV-1399] Upgrade to PHP 8.2 and Symfony 5.4
- Loading branch information
1 parent
631450b
commit d4ac6f5
Showing
284 changed files
with
5,707 additions
and
15,842 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?php | ||
|
||
/** | ||
* Extend PhpStorms code completion capabilities by providing a meta file | ||
* | ||
* @link https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html | ||
*/ | ||
|
||
namespace PHPSTORM_META { | ||
override(\Redmine\Client\Client::getApi(), map([ | ||
'attachment' => \Redmine\Api\Attachment::class, | ||
'group' => \Redmine\Api\Group::class, | ||
'custom_fields' => \Redmine\Api\CustomField::class, | ||
'issue' => \Redmine\Api\Issue::class, | ||
'issue_category' => \Redmine\Api\IssueCategory::class, | ||
'issue_priority' => \Redmine\Api\IssuePriority::class, | ||
'issue_relation' => \Redmine\Api\IssueRelation::class, | ||
'issue_status' => \Redmine\Api\IssueStatus::class, | ||
'membership' => \Redmine\Api\Membership::class, | ||
'news' => \Redmine\Api\News::class, | ||
'project' => \Redmine\Api\Project::class, | ||
'query' => \Redmine\Api\Query::class, | ||
'role' => \Redmine\Api\Role::class, | ||
'time_entry' => \Redmine\Api\TimeEntry::class, | ||
'time_entry_activity' => \Redmine\Api\TimeEntryActivity::class, | ||
'tracker' => \Redmine\Api\Tracker::class, | ||
'user' => \Redmine\Api\User::class, | ||
'version' => \Redmine\Api\Version::class, | ||
'wiki' => \Redmine\Api\Wiki::class, | ||
'search' => \Redmine\Api\Search::class, | ||
])); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.