- Issue created by @Liam Morland
- Merge request !8Issue #3540838: Remove CKEditor 4 to 5 upgrade code → (Open) created by Liam Morland
phpstan raises this error:
Class Drupal\ckeditor_codemirror\Plugin\CKEditor4To5Upgrade\CodeMirror implements unknown interface Drupal\ckeditor5\Plugin\CKEditor4To5UpgradePluginInterface.
This interface exists in Drupal 9 and 10, but not Drupal 11.
Restrict 3.1.x to Drupal 9 and 10 (remove Drupal 11 compatibility). Create 3.2.x for Drupal 10 and 11. Remove from this version the CKEditor 4 To 5 upgrade code.
Decide what to do. Implement.
None.
None.
None.
Active
3.1
Code