Problem/Motivation
The class has the wrong @file declaration, doesn't alphabetize its import statements, uses lowerCamelCase for local variables, and has extraneous inline @var typehints.
Proposed resolution
Fix
Remaining tasks
None
User interface changes
None
API changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2484247-1.patch | 2.42 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettI was looking through this class while discussing #2263569: Bypass form caching by default for forms using #ajax. with @effulgentsia, and the little oddities just got to me :)
Comment #2
wim leersComment #3
xjmSo, as a rule, the use statement alphabetizing and de-camel-casing isn't really something we should be doing during beta, but since the incorrect docs are a bug and the other changes are tiny and without any disruption, I'm going to go ahead and commit this patch. In general, we should ensure that any changes in the patch are covered under the allowed beta changes, particularly for normal and minor issues.
Committed and pushed to 8.0.x. Thanks @Wim Leers and @tim.plunkett!
Comment #5
xjm