Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Rector early-return set with generated changes #8414

Closed
wants to merge 1 commit into from

Conversation

escopecz
Copy link
Sponsor Member

@escopecz escopecz commented Feb 7, 2020

Please be sure you are submitting this against the staging branch.

Q A
Bug fix?
New feature?
Automated tests included?
Related user documentation PR URL
Related developer documentation PR URL
Issues addressed (#s or URLs)
BC breaks?
Deprecations?

Description:

Steps to reproduce the bug:

Steps to test this PR:

  1. Load up this PR

List deprecations along with the new alternative:

List backwards compatibility breaks:

@escopecz escopecz added code-review-needed PR's that require a code review before merging Mautic 3 labels Feb 7, 2020
@escopecz escopecz added this to the 3.0.0 milestone Feb 7, 2020
@escopecz escopecz added this to In progress in Mautic 3 Feb 7, 2020
@escopecz escopecz self-assigned this Feb 7, 2020
@@ -137,9 +140,7 @@ public static function parseList($list, $removeEmpty = true, $ignoreNumerical =
$val = $label['value'];
$label = $label['label'];
}
if ($removeEmpty && empty($val) && empty($label)) {
Copy link
Sponsor Member Author

@escopecz escopecz Feb 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have not been moved up.

@alanhartless alanhartless modified the milestones: 3.0.0-beta, 3.0.0 Feb 18, 2020
@escopecz escopecz modified the milestones: 3.0.0, 3.x Feb 25, 2020
@alanhartless alanhartless removed this from In progress in Mautic 3 Mar 19, 2020
@RCheesley RCheesley changed the base branch from 3.x to staging June 17, 2020 11:42
@RCheesley RCheesley modified the milestones: 3.x, Mautic 4.0 Jul 9, 2020
@RCheesley RCheesley added the has-conflicts Pull requests that cannot be merged until conflicts have been resolved label Jul 21, 2020
@RCheesley
Copy link
Sponsor Member

@escopecz looks like a bunch of conflicts to be resolved

@escopecz
Copy link
Sponsor Member Author

I'll close this one as it is auto-generated by Rector anyway. We can get back to it once we merge the majority of existing PRs. It would cause a lot of manual work to resolve conflicts that this PR would create.

@escopecz escopecz closed this Jul 22, 2020
@escopecz escopecz deleted the return-early branch July 22, 2020 07:49
@RCheesley RCheesley removed this from the 4.0-alpha milestone Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-review-needed PR's that require a code review before merging has-conflicts Pull requests that cannot be merged until conflicts have been resolved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants