- Issue created by @zniki.ru
- Status changed to Needs work
about 1 year ago 12:22pm 11 January 2024 - Status changed to Needs review
about 1 year ago 7:02am 15 January 2024 - 🇷🇺Russia zniki.ru
I added to ignore few violations:
Access to an undefined property Symfony\Component\Validator\Constraint::$message.
We have same approach acros all the Drupal code base, not sure how to fix it.
Access to an undefined property Drupal\Core\Entity\ContentEntityInterface::$revision_log.
Same code used in the \Drupal\node\Entity\Node::preSaveRevision() , also have no clue how to fix it.
MR is ready for review.
- 🇵ðŸ‡Philippines ambot112
Merge request is good enough. The phpstan and phpcs were fixed from https://www.drupal.org/project/crop/issues/2960098 📌 Fix the issues reported by phpcs Needs review .
- 🇷🇺Russia zniki.ru
Thanks for review.
Merge conflict resolved.
Code style violation were implemented in different place, and not part of this issue.
Mark this as RTBC.