- Issue created by @deneus18
- Merge request !263517882: Update namespace for EmbedCKEditor5PluginBase to respect PSR4 standards. → (Open) created by deneus18
The namespace of EmbedCKEditor5PluginBase
is namespace Drupal\entity_embed\Plugin\CKEditor5Plugin;
when it s folder structure is /embed/src/Plugin/CKEditor5Plugin/EmbedCKEditor5PluginBase.php
This makes our pipeline complaining about Class Drupal\entity_embed\Plugin\CKEditor5Plugin\EmbedCKEditor5PluginBase located in ./html/modules/contrib/embed/src/Plugin/CKEditor5Plugin/EmbedCKEditor5PluginBase.php does not comply with psr-4 autoloading standard (rule: Drupal\embed\ => ./html/modules/contrib/embed/src). Skipping.
I believe it s related to our update toward slevomat/coding-standard 8.16.2
Update the namespace of EmbedCKEditor5PluginBase
to follow PR-4 standard.
Active
1.10
Code