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

Commit 31c25be

Browse files
committed
Update error references for uct
1 parent 9f24cd6 commit 31c25be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
142142
| 5047 | Class `ArrayObject` is restricted | Suggested replacement: Custom class, extended from `ArrayObject` with overwritten serialize/unserialize methods. |
143143
| 5048 | Class `Magento\Framework\View\Element\UiComponent\ArrayObjectFactory` is restricted | Suggested replacement: Factory that creates custom class, extended from `ArrayObject` with overwritten serialize/unserialize methods. |
144144
| 5049 | Blocks `\Magento\Theme\Block\Html\Head\{Css,Link,Script}` are allowed within the "head" block only | Verify integrity of the nodes nesting. |
145-
| 5050 | The block being referenced is removed | Remove reference to block |
145+
| 5050 | The block being referenced is removed | Remove reference to block. |
146146
| 5051 | `output="toHtml"` is obsolete | Use `output="1"`. |
147147
| 5052 | The class `\Magento\Framework\View\Element\Text\ListText` is not supposed to be used in layout anymore | Remove class `\Magento\Framework\View\Element\Text\ListText` from layout. |
148148
| 5053 | Call of method via layout instruction `<action>` is not allowed | Avoid using offending method in <action>. |

0 commit comments

Comments
 (0)