Open Hackwar opened 2 months ago
β±οΈ Estimated effort to review: 1 π΅βͺβͺβͺβͺ |
π§ͺ No relevant tests |
π No security concerns identified |
β‘ Key issues to review Typo There is a typo in the header "CMS Adapter classes have been remoed". It should be "removed" instead of "remoed". |
Category | Suggestion | Score |
Enhancement |
Fix a typographical error in the heading___ **Correct the typo in the heading from "remoed" to "removed" to improve readabilityand professionalism of the documentation.** [migrations/54-60/removed-backward-incompatibility.md [26]](https://github.com/joomla/Manual/pull/301/files#diff-1b9f27ae2f64c35bc2cdba1c2988613e48b706934385a2e51f36e0e1bd2d23b2R26-R26) ```diff -### CMS Adapter classes have been remoed +### CMS Adapter classes have been removed ``` - [ ] **Apply this suggestion** Suggestion importance[1-10]: 9Why: Correcting the typo from "remoed" to "removed" is important for maintaining professionalism and clarity in documentation, making it a valuable improvement. | 9 |
Best practice |
Provide more detailed information about the impact and migration steps for removed classes___ **Add information about potential impact and migration steps for users who might beusing the removed CMS Adapter classes to provide more comprehensive guidance.** [migrations/54-60/removed-backward-incompatibility.md [28-29]](https://github.com/joomla/Manual/pull/301/files#diff-1b9f27ae2f64c35bc2cdba1c2988613e48b706934385a2e51f36e0e1bd2d23b2R28-R29) ```diff - PR: https://github.com/joomla/joomla-cms/pull/43794 - Description: The classes `\Joomla\CMS\Adapter\Adapter` and `\Joomla\CMS\Adapter\AdapterInstance` have been removed without replacement. +- Impact: Extensions or custom code using these classes will need to be refactored. +- Migration: Consider implementing your own adapter pattern or refactor code to use alternative design patterns. ``` - [ ] **Apply this suggestion** Suggestion importance[1-10]: 7Why: Adding information about the impact and migration steps enhances the documentation by providing users with guidance on how to handle the removal of classes, though it is not critical, it improves comprehensiveness. | 7 |
User description
This is the documentation PR for https://github.com/joomla/joomla-cms/pull/43792, https://github.com/joomla/joomla-cms/pull/43793 and https://github.com/joomla/joomla-cms/pull/43794
PR Type
documentation
Description
\Joomla\CMS\Adapter\Adapter
and\Joomla\CMS\Adapter\AdapterInstance
have been removed without replacement.Changes walkthrough π
removed-backward-incompatibility.md
Document removal of CMS Adapter classes
migrations/54-60/removed-backward-incompatibility.md
\Joomla\CMS\Adapter\Adapter
and\Joomla\CMS\Adapter\AdapterInstance
have been removed withoutreplacement.