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

Commit 72a76c5

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

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
@@ -179,8 +179,8 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
179179
| 5084 | Please do not initialize JS component in php | Initialize JS component in template |
180180
| 6001 | `jQuery.andSelf()` removed | Use `jQuery.addBack()` |
181181
| 6002 | jQuery `$.bind` and `$.unbind` are deprecated | Use `$.on` and `$.off` instead |
182-
| 6003 | jQuery method to subscribe to event is deprecated and shouldn't be used anymore | Use `.on("event name", fn)` method instead to subscribe to that event |
183-
| 6003 | jQuery method to trigger event is deprecated and shouldn't be used anymore | Use `.trigger("event name")` method instead to trigger that event |
182+
| 6003 | jQuery method to subscribe to event is deprecated and shouldn't be used | Use `.on("event name", fn)` method instead to subscribe to that event |
183+
| 6003 | jQuery method to trigger event is deprecated and shouldn't be used | Use `.trigger("event name")` method instead to trigger that event |
184184
| 6004 | jQuery `$.delegate` and `$.undelegate` are deprecated | Use `$.on` and `$.off` instead |
185185
| 6005 | (`jQuery.load()` / `jQuery.unload()` / `jQuery.error()`) was removed | Use (`.on("load", fn)` / `.on("unload", fn)` / `.on("error", fn)`) instead |
186186
| 6006 | `jQuery.size()` removed | Use `jQuery.length` |

0 commit comments

Comments
 (0)