-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fixes #3737 SlevomatCodingStandards #3738
Conversation
Seems like maybe the raised errors are due to a change in case sensitivity? |
This was due to the change in This comes in from our dependency on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested in Probo:
- Verify migrations that look up paths still work correctly: Since the demo content was installed correctly, I believe this is verified?
- Verify HTTP Cached migrations still work: I successfully imported courses using the Quickstart Course module with Quickstart HTTP installed.
- Verify that Trellis Event Search/Importer works: I successfully searched for and imported Trellis events.
- Verify that paragraphs that have behavior settings still work: Verified on a test page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I like this better.
Co-authored-by: Troy Dean <[email protected]>
Co-authored-by: Troy Dean <[email protected]>
* Fixes #3737 SlevomatCodingStandards (#3738) Co-authored-by: Troy Dean <[email protected]> * Fix merge conflict resolution error. * Fix merge conflict resolution error. * Update AZFinderTaxonomyIndexTidWidget.php --------- Co-authored-by: tadean <[email protected]> Co-authored-by: Troy Dean <[email protected]>
Description
This PR attempts to resolve sniff errors that are being raised from
slevomat/coding-standard
- it seems like these may have come in from an update to our non-pinneddrupal/core-dev
?Related issues
#3737
How to test
Types of changes
Arizona Quickstart (install profile, custom modules, custom theme)
Drupal core
Drupal contrib projects
Checklist