Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 94ee0f5

Browse files
committed
AC-1537: Added UCT error codes coming from magento-coding-standards
- Rephrased confusing messages
1 parent 2c34065 commit 94ee0f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/_includes/upgrade/uct-error-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Critical errors of custom code compatibility are raised when the custom code is
2121
| - | - | - |
2222
| 1110 | Instantiating non-existent Adobe Commerce class/interface | Update code to use a class marked as `@api`. Instantiating non-existent Adobe Commerce class/interface |
2323
| 1111 | Extending from non-existent Adobe Commerce class | The extended class is no longer present in the codebase. Inheritance is not recommended way of extending Adobe Commerce functionality. Update code to use a class marked as `@api`. |
24-
| 1112 | Importing non-existing Adobe Commerce class | Update code to use a class marked as `@api`. |
25-
| 1113 | Loading non existing Adobe Commerce class | Update code to use a class marked as `@api`. |
26-
| 1114 | Using non existing Adobe Commerce class | Update code to use a class marked as `@api`. |
24+
| 1112 | Importing non-existent Adobe Commerce class | Update code to use a class marked as `@api`. |
25+
| 1113 | Loading non-existent Adobe Commerce class | Update code to use a class marked as `@api`. |
26+
| 1114 | Using non-existent Adobe Commerce class | Update code to use a class marked as `@api`. |
2727
| 1214 | Using non-existent Adobe Commerce constant | Consider introducing and using a private constant of the required value within the custom code instead. |
2828
| 1215 | Overriding non-existent Adobe Commerce constant | Consider introducing and using a private constant of the required value within the custom code instead. |
2929
| 1216 | Assignation of non-existent Adobe Commerce constant | Consider introducing and using a private constant of the required value within the custom code instead. |

0 commit comments

Comments
 (0)