Problem/Motivation
Our plugin has a lower-case class name, which is apparently frowned upon.
Maybe we should rename the class, could probably do this in some kind of BC way, using a subclass I reckon.
Might get hairy if there are any classes extending ours, but I think we essentially provide a BC layer, in the last release of the 1.x series, and there really won't be anyone extending out class, will there.
Steps to reproduce
Run PHPCS
Proposed resolution
Introduce a new 'base' class with an properly cased name, and the existing class can be a trivial extension of that.
Remaining tasks
Do the code.
User interface changes
None.
API changes
A class is going to get deprecated, and go away in the 2.x branch.
Data model changes
None.
Issue fork kraken-3586752
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
steven jones commentedHmmm...I think we'll need to do this in a new version, because actually having the files differing only by case, is going to be tricky!
Comment #3
steven jones commentedComment #5
steven jones commentedOh, we can rename our class to not be called
krakenand that would be fine.Comment #6
steven jones commentedLocally tested, and this is working on 8.x-1.x.
Comment #9
steven jones commentedMerged this change in.