Wrong namspace declarations across AiCKEditor plugins
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3563722. --> Reported by: [joevagyok](https://www.drupal.org/user/2876343) Related to !1057 >>> <p>[Tracker]<br> <strong>Update Summary: </strong>[One-line status update for stakeholders]<br> <strong>Short Description: </strong>[One-line issue summary for stakeholders]<br> <strong>Check-in Date: </strong>MM/DD/YYYY<br> <em>Metadata is used by the <a href="https://www.drupalstarforge.ai/" title="AI Tracker">AI Tracker.</a> Docs and additional fields <a href="https://www.drupalstarforge.ai/ai-dashboard/docs" title="AI Issue Tracker Documentation">here</a>.</em><br> [/Tracker]</p> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>While working on the automated tests for <a href="https://www.drupal.org/project/ai_editoria11y">https://www.drupal.org/project/ai_editoria11y</a> plugin, I was getting errors for "Case mismatch between loaded and declared class name".<br> Looking into the directory structure is <code>src/Plugin/AiCKEditor</code> however, the plugins are having the following namespace <code>Drupal\ai_ckeditor\Plugin\AICKEditor</code>.</p> <h4 id="summary-steps-reproduce">Steps to reproduce (required for bugs, but not feature requests)</h4> <p>Please provide information like AI modules enabled, which AI provider, browser, etc.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Fix namespaces across the classes.<br> Commit this fix across 1.1.x, 1.2.x, 1.3.x, 2.0.x.</p>
issue