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

Commit 553bac8

Browse files
committed
AC-1537: Added UCT error codes coming from magento-coding-standards
1 parent 98602d5 commit 553bac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
119119
| 5019 | Obsolete menu structure detected in line | TODO |
120120
| 5020 | Obsolete system configuration structure detected in file | TODO |
121121
| 5021 | Please do not use "jquery/ui" library in templates | Use needed jquery ui widget instead |
122-
| 5021 | Please do not initialize JS component in php | initialize JS component it in template |
122+
| 5021 | Please do not initialize JS component in PHP | initialize JS component in template |
123123
| 5021 | Access to protected and private members of Block class is obsolete in phtml templates | Use only public members |
124124
| 5021 | Access to members and methods of Block class through $this is obsolete in phtml templates | Use only $block instead of $this |
125125
| 5021 | Please do not use "text/javascript" type attribute | Use only public members |
@@ -166,7 +166,7 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
166166
| 5033 | Recurring scripts are obsolete | Please create class Recurring in module\'s Setup folder |
167167
| 5033 | 'data' is in an invalid directory | Create a data patch within module's Setup/Patch/Data folder for data upgrades or use declarative schema approach in module's etc/db_schema.xml file for schema changes. |
168168
| 5033 | 'sql' is in an invalid directory | Create a data patch within module's Setup/Patch/Data folder for data upgrades or use declarative schema approach in module's etc/db_schema.xml file for schema changes. |
169-
| 5034 | Nodes identified by XPath 'Nodes identified by XPath '/config/global/fieldsets' are obsolete | TODO |
169+
| 5034 | Nodes identified by XPath '/config/global/fieldsets' are obsolete | TODO |
170170
| 5034 | Nodes identified by XPath '/config/global/cache/betatypes' are obsolete | TODO |
171171
| 5034 | Nodes identified by XPath '/config/admin/fieldsets' are obsolete | TODO |
172172
| 5034 | Nodes identified by XPath '/config/general/locale' are obsolete | This configuration has been moved to DI configuration of \Magento\Framework\Locale\ConfigInterface |

0 commit comments

Comments
 (0)