Closed (fixed)
Project:
Drupal core
Version:
8.3.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Mar 2017 at 11:07 UTC
Updated:
3 Apr 2017 at 06:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
klausiPatch.
There is a new detection for dots after @param names, which I have autofixed with phpcbf for this patch.
Comment #3
martin107 commentedI have made a visual scan of the patch.
all changes as per the coding standard
or changes to make the upgrade.
As mentioned, this is blocking another issue so I would like to see this go in as soon as possible.
klausi++
Comment #5
xjmLikey. Committed to 8.4.x.
As a patch-level update and a coding standards fix, this patch is RC eligible. What I'm confused about now is whether it should be cherry-picked. There used to be hashes that would differ, but apparently a recent composer update fixed that, or so klausi and dawehner explained while we were working on 8.2.7. So from now on would we just cherry-pick such eligible updates without needing a different patch?
In the case of this issue, though, different branches could have different violations for the new rules, so I guess it makes more sense to generate a new patch anyway.
So, PTBP for 8.3.x. Thanks!
Comment #6
mile23I just did the following:
So here's exactly the same patch. :-)
It doesn't apply to 8.2.x.
Comment #7
martin107 commentedSame as #3
visual scan - all the changes look good to me.
[ RTBC - Ahem assuming testbot comes back ok ]
Comment #8
Anonymous (not verified) commentedYummy! We have already checked 8.4.x in #2822837-107: Replace @expectedException @expectedExceptionMessage with $this->setExpectedException, looks nice!
Comment #10
xjmThanks @Mile23 for checking the patch. Committed and pushed to 8.3.x.